Shades of Catalina Blue #29435F
Tints of Catalina Blue #29435F
RGB
CMYK
RGB Variations
Color information
#29435F (or 0x29435F) is known color: Catalina Blue. HEX triplet: 29, 43 and 5F. RGB value is (41,67,95). Sum of RGB (Red+Green+Blue) = 41+67+95=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #29435F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29435F is #D6BCA0. Grayscale: #3E3E3E. Windows color (decimal): -14072993 or 6243113. OLE color: 6243113.
HSL color Cylindrical-coordinate representation of color #29435F: hue angle of 211.11º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29435F is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 67 | 95 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.63 |
| HSL | 211.11º | 0.4% | 0.27% | - |
| HSV(B) | 211.11º | 0.57% | 0.37% | - |
| XYZ | 4.99 | 5.31 | 11.59 | - |
| YUV | 62.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 95 | 0.57 | 0.29 | 0 | 0.63 | 211.11 | 0.4 | 0.27 |
| Hex | 29 | 43 | 5F | 39 | 1D | 0 | 3F | D3 | 28 | 1B |
| Octal | 51 | 103 | 137 | 71 | 35 | 0 | 77 | 323 | 50 | 33 |
| Binary | 101001 | 1000011 | 1011111 | 111001 | 11101 | 0 | 111111 | 11010011 | 101000 | 11011 |
Color Harmonies of #29435F
Complementary color
Monochromatic Colors of #29435F
Black with #29435F
Text Example
Text Example
White with #29435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29435F; }
p { color: rgb(41,67,95); }
H1.HeaderClassName
{
color: #29435F;
}
.AnyTagClassName
{
color: #29435F;
}
</style>
background-color css
<style>
a { background-color: #29435F; }
a { background-color: rgb(41,67,95); }
div.DivClassName
{
background-color: #29435F;
}
.BgClassName
{
background-color: #29435F;
}
</style>
border-color css
<style>
span { border-color: #29435F; }
span { border-color: rgb(41,67,95); }
td.TdClassName
{
border-color: #29435F;
}
.TagClassName
{
border-color: #29435F;
}
</style>