#29416B

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

Shades of Catalina Blue #29416B

Tints of Catalina Blue #29416B

Color information

#29416B (or 0x29416B) is unknown color: approx Catalina Blue. HEX triplet: 29, 41 and 6B. RGB value is (41,65,107). Sum of RGB (Red+Green+Blue) = 41+65+107=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #29416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29416B is #D6BE94. Grayscale: #3E3E3E. Windows color (decimal): -14073493 or 7029033. OLE color: 7029033.

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

Color convert

RGB4165107-
CMYK0.620.3900.58
HSL218.18º44.59%29.02%-
HSV(B)218.18º61.68%41.96%-
XYZ5.465.3114.65-
YUV62.61153.05112.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.25%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 107 (42.19% from 255) = 50.23%
R=19.25%
G=30.52%
B=50.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41651070.620.3900.58218.1844.5929.02
Hex29416B3E2703Ada2d1d
Octal5110115376470723325535
Binary1010011000001110101111111010011101110101101101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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