#29456C

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

Shades of Catalina Blue #29456C

Tints of Catalina Blue #29456C

Color information

#29456C (or 0x29456C) is unknown color: approx Catalina Blue. HEX triplet: 29, 45 and 6C. RGB value is (41,69,108). Sum of RGB (Red+Green+Blue) = 41+69+108=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #29456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29456C is #D6BA93. Grayscale: #404040. Windows color (decimal): -14072468 or 7095593. OLE color: 7095593.

HSL color Cylindrical-coordinate representation of color #29456C: hue angle of 214.93º 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 #29456C is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4169108-
CMYK0.620.3600.58
HSL214.93º44.97%29.22%-
HSV(B)214.93º62.04%42.35%-
XYZ5.755.8115.01-
YUV65.07152.22110.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.81%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 108 (42.58% from 255) = 49.54%
R=18.81%
G=31.65%
B=49.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41691080.620.3600.58214.9344.9729.22
Hex29456C3E2403Ad72d1d
Octal5110515476440723275535
Binary1010011000101110110011111010010001110101101011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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