Shades of Catalina Blue #29445F
Tints of Catalina Blue #29445F
RGB
CMYK
RGB Variations
Color information
#29445F (or 0x29445F) is known color: Catalina Blue. HEX triplet: 29, 44 and 5F. RGB value is (41,68,95). Sum of RGB (Red+Green+Blue) = 41+68+95=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #29445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29445F is #D6BBA0. Grayscale: #3E3E3E. Windows color (decimal): -14072737 or 6243369. OLE color: 6243369.
HSL color Cylindrical-coordinate representation of color #29445F: hue angle of 210º 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 #29445F is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 68 | 95 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.63 |
| HSL | 210º | 0.4% | 0.27% | - |
| HSV(B) | 210º | 0.57% | 0.37% | - |
| XYZ | 5.05 | 5.43 | 11.61 | - |
| YUV | 63.01 | 146.05 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 95 | 0.57 | 0.28 | 0 | 0.63 | 210 | 0.4 | 0.27 |
| Hex | 29 | 44 | 5F | 39 | 1C | 0 | 3F | D2 | 28 | 1B |
| Octal | 51 | 104 | 137 | 71 | 34 | 0 | 77 | 322 | 50 | 33 |
| Binary | 101001 | 1000100 | 1011111 | 111001 | 11100 | 0 | 111111 | 11010010 | 101000 | 11011 |
Color Harmonies of #29445F
Complementary color
Monochromatic Colors of #29445F
Black with #29445F
Text Example
Text Example
White with #29445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29445F; }
p { color: rgb(41,68,95); }
H1.HeaderClassName
{
color: #29445F;
}
.AnyTagClassName
{
color: #29445F;
}
</style>
background-color css
<style>
a { background-color: #29445F; }
a { background-color: rgb(41,68,95); }
div.DivClassName
{
background-color: #29445F;
}
.BgClassName
{
background-color: #29445F;
}
</style>
border-color css
<style>
span { border-color: #29445F; }
span { border-color: rgb(41,68,95); }
td.TdClassName
{
border-color: #29445F;
}
.TagClassName
{
border-color: #29445F;
}
</style>