#29476C

Color #29476C Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #29476C

Tints of Catalina Blue #29476C

Color information

#29476C (or 0x29476C) is unknown color: approx Catalina Blue. HEX triplet: 29, 47 and 6C. RGB value is (41,71,108). Sum of RGB (Red+Green+Blue) = 41+71+108=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #29476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29476C is #D6B893. Grayscale: #424242. Windows color (decimal): -14071956 or 7096105. OLE color: 7096105.

HSL color Cylindrical-coordinate representation of color #29476C: hue angle of 213.13º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29476C is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4171108-
CMYK0.620.3400.58
HSL213.13º44.97%29.22%-
HSV(B)213.13º62.04%42.35%-
XYZ5.876.0615.05-
YUV66.25151.56109.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=18.64%
G=32.27%
B=49.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41711080.620.3400.58213.1344.9729.22
Hex29476C3E2203Ad52d1d
Octal5110715476420723255535
Binary1010011000111110110011111010001001110101101010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29476C; }

 p { color: rgb(41,71,108); }

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

<style>
 a { background-color: #29476C; }

 a { background-color: rgb(41,71,108); }

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

<style>
 span { border-color: #29476C; }

 span { border-color: rgb(41,71,108); }

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