#29466C

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

Shades of Catalina Blue #29466C

Tints of Catalina Blue #29466C

Color information

#29466C (or 0x29466C) is unknown color: approx Catalina Blue. HEX triplet: 29, 46 and 6C. RGB value is (41,70,108). Sum of RGB (Red+Green+Blue) = 41+70+108=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #29466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29466C is #D6B993. Grayscale: #414141. Windows color (decimal): -14072212 or 7095849. OLE color: 7095849.

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

Color convert

RGB4170108-
CMYK0.620.3500.58
HSL214.03º44.97%29.22%-
HSV(B)214.03º62.04%42.35%-
XYZ5.815.9315.03-
YUV65.66151.89110.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 108 (42.58% from 255) = 49.32%
R=18.72%
G=31.96%
B=49.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41701080.620.3500.58214.0344.9729.22
Hex29466C3E2303Ad62d1d
Octal5110615476430723265535
Binary1010011000110110110011111010001101110101101011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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