#2944A9

Color #2944A9 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2944A9

Tints of Persian Blue #2944A9

Color information

#2944A9 (or 0x2944A9) is unknown color: approx Persian Blue. HEX triplet: 29, 44 and A9. RGB value is (41,68,169). Sum of RGB (Red+Green+Blue) = 41+68+169=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 169 (66.41% from 255 or 60.79% from 278); Max value from RGB is 169 - color contains mainly: blue. Hex color #2944A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2944A9 is #D6BB56. Grayscale: #474747. Windows color (decimal): -14072663 or 11093033. OLE color: 11093033.

HSL color Cylindrical-coordinate representation of color #2944A9: hue angle of 227.34º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2944A9 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4168169-
CMYK0.760.6000.34
HSL227.34º60.95%41.18%-
HSV(B)227.34º75.74%66.27%-
XYZ10.147.4738.44-
YUV71.44183.05106.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 14.75%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 169 (66.41% from 255) = 60.79%
R=14.75%
G=24.46%
B=60.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal41681690.760.6000.34227.3460.9541.18
Hex2944A94C3C022e33d29
Octal51104251114740423437551
Binary1010011000100101010011001100111100010001011100011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2944A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2944A9; }

 p { color: rgb(41,68,169); }

 H1.HeaderClassName
 {
   color: #2944A9;
 }
 .AnyTagClassName
 {
   color: #2944A9;
 }
</style>
background-color css

<style>
 a { background-color: #2944A9; }

 a { background-color: rgb(41,68,169); }

 div.DivClassName
 {
   background-color: #2944A9;
 }
 .BgClassName
 {
   background-color: #2944A9;
 }
</style>
border-color css

<style>
 span { border-color: #2944A9; }

 span { border-color: rgb(41,68,169); }

 td.TdClassName
 {
   border-color: #2944A9;
 }
 .TagClassName
 {
   border-color: #2944A9;
 }
</style>