#29466D

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

Shades of Catalina Blue #29466D

Tints of Catalina Blue #29466D

Color information

#29466D (or 0x29466D) is unknown color: approx Catalina Blue. HEX triplet: 29, 46 and 6D. RGB value is (41,70,109). Sum of RGB (Red+Green+Blue) = 41+70+109=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #29466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29466D is #D6B992. Grayscale: #414141. Windows color (decimal): -14072211 or 7161385. OLE color: 7161385.

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

Color convert

RGB4170109-
CMYK0.620.3600.57
HSL214.41º45.33%29.41%-
HSV(B)214.41º62.39%42.75%-
XYZ5.865.9615.31-
YUV65.77152.39110.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 109 (42.97% from 255) = 49.55%
R=18.64%
G=31.82%
B=49.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41701090.620.3600.57214.4145.3329.41
Hex29466D3E24039d62d1d
Octal5110615576440713265535
Binary1010011000110110110111111010010001110011101011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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