#29466E

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

Shades of Catalina Blue #29466E

Tints of Catalina Blue #29466E

Color information

#29466E (or 0x29466E) is unknown color: approx Catalina Blue. HEX triplet: 29, 46 and 6E. RGB value is (41,70,110). Sum of RGB (Red+Green+Blue) = 41+70+110=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #29466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29466E is #D6B991. Grayscale: #414141. Windows color (decimal): -14072210 or 7226921. OLE color: 7226921.

HSL color Cylindrical-coordinate representation of color #29466E: hue angle of 214.78º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29466E is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4170110-
CMYK0.630.3600.57
HSL214.78º45.7%29.61%-
HSV(B)214.78º62.73%43.14%-
XYZ5.925.9815.59-
YUV65.89152.89110.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.55%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 110 (43.36% from 255) = 49.77%
R=18.55%
G=31.67%
B=49.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41701100.630.3600.57214.7845.729.61
Hex29466E3F24039d72e1e
Octal5110615677440713275636
Binary1010011000110110111011111110010001110011101011110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29466E; }

 p { color: rgb(41,70,110); }

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

<style>
 a { background-color: #29466E; }

 a { background-color: rgb(41,70,110); }

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

<style>
 span { border-color: #29466E; }

 span { border-color: rgb(41,70,110); }

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