Shades of Catalina Blue #29456D
Tints of Catalina Blue #29456D
RGB
CMYK
RGB Variations
Color information
#29456D (or 0x29456D) is known color: Catalina Blue. HEX triplet: 29, 45 and 6D. RGB value is (41,69,109). Sum of RGB (Red+Green+Blue) = 41+69+109=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #29456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29456D is #D6BA92. Grayscale: #414141. Windows color (decimal): -14072467 or 7161129. OLE color: 7161129.
HSL color Cylindrical-coordinate representation of color #29456D: hue angle of 215.29º 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 #29456D is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 69 | 109 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.57 |
| HSL | 215.29º | 0.45% | 0.29% | - |
| HSV(B) | 215.29º | 0.62% | 0.43% | - |
| XYZ | 5.8 | 5.83 | 15.29 | - |
| YUV | 65.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 109 | 0.62 | 0.37 | 0 | 0.57 | 215.29 | 0.45 | 0.29 |
| Hex | 29 | 45 | 6D | 3E | 25 | 0 | 39 | D7 | 2D | 1D |
| Octal | 51 | 105 | 155 | 76 | 45 | 0 | 71 | 327 | 55 | 35 |
| Binary | 101001 | 1000101 | 1101101 | 111110 | 100101 | 0 | 111001 | 11010111 | 101101 | 11101 |
Color Harmonies of #29456D
Complementary color
Monochromatic Colors of #29456D
Black with #29456D
Text Example
Text Example
White with #29456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29456D; }
p { color: rgb(41,69,109); }
H1.HeaderClassName
{
color: #29456D;
}
.AnyTagClassName
{
color: #29456D;
}
</style>
background-color css
<style>
a { background-color: #29456D; }
a { background-color: rgb(41,69,109); }
div.DivClassName
{
background-color: #29456D;
}
.BgClassName
{
background-color: #29456D;
}
</style>
border-color css
<style>
span { border-color: #29456D; }
span { border-color: rgb(41,69,109); }
td.TdClassName
{
border-color: #29456D;
}
.TagClassName
{
border-color: #29456D;
}
</style>