#29416A

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

Shades of Catalina Blue #29416A

Tints of Catalina Blue #29416A

Color information

#29416A (or 0x29416A) is unknown color: approx Catalina Blue. HEX triplet: 29, 41 and 6A. RGB value is (41,65,106). Sum of RGB (Red+Green+Blue) = 41+65+106=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #29416A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29416A is #D6BE95. Grayscale: #3E3E3E. Windows color (decimal): -14073494 or 6963497. OLE color: 6963497.

HSL color Cylindrical-coordinate representation of color #29416A: hue angle of 217.85º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29416A is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4165106-
CMYK0.610.3900.58
HSL217.85º44.22%28.82%-
HSV(B)217.85º61.32%41.57%-
XYZ5.415.2914.37-
YUV62.5152.55112.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 106 (41.80% from 255) = 50%
R=19.34%
G=30.66%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41651060.610.3900.58217.8544.2228.82
Hex29416A3D2703Ada2c1d
Octal5110115275470723325435
Binary1010011000001110101011110110011101110101101101010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29416A; }

 p { color: rgb(41,65,106); }

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

<style>
 a { background-color: #29416A; }

 a { background-color: rgb(41,65,106); }

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

<style>
 span { border-color: #29416A; }

 span { border-color: rgb(41,65,106); }

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