Shades of Catalina Blue #29466D
Tints of Catalina Blue #29466D
RGB
CMYK
RGB Variations
Color information
#29466D (or 0x29466D) is known color: 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
| RGB | 41 | 70 | 109 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.57 |
| HSL | 214.41º | 0.45% | 0.29% | - |
| HSV(B) | 214.41º | 0.62% | 0.43% | - |
| XYZ | 5.86 | 5.96 | 15.31 | - |
| YUV | 65.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 109 | 0.62 | 0.36 | 0 | 0.57 | 214.41 | 0.45 | 0.29 |
| Hex | 29 | 46 | 6D | 3E | 24 | 0 | 39 | D6 | 2D | 1D |
| Octal | 51 | 106 | 155 | 76 | 44 | 0 | 71 | 326 | 55 | 35 |
| Binary | 101001 | 1000110 | 1101101 | 111110 | 100100 | 0 | 111001 | 11010110 | 101101 | 11101 |
Color Harmonies of #29466D
Complementary color
Monochromatic Colors of #29466D
Black with #29466D
Text Example
Text Example
White with #29466D
Text Example
Text Example
HTML Codes & Css Web 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>