Shades of Catalina Blue #29426A
Tints of Catalina Blue #29426A
RGB
CMYK
RGB Variations
Color information
#29426A (or 0x29426A) is known color: Catalina Blue. HEX triplet: 29, 42 and 6A. RGB value is (41,66,106). Sum of RGB (Red+Green+Blue) = 41+66+106=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #29426A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29426A is #D6BD95. Grayscale: #3E3E3E. Windows color (decimal): -14073238 or 6963753. OLE color: 6963753.
HSL color Cylindrical-coordinate representation of color #29426A: hue angle of 216.92º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29426A is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 66 | 106 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.58 |
| HSL | 216.92º | 0.44% | 0.29% | - |
| HSV(B) | 216.92º | 0.61% | 0.42% | - |
| XYZ | 5.46 | 5.41 | 14.39 | - |
| YUV | 63.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 106 | 0.61 | 0.38 | 0 | 0.58 | 216.92 | 0.44 | 0.29 |
| Hex | 29 | 42 | 6A | 3D | 26 | 0 | 3A | D9 | 2C | 1D |
| Octal | 51 | 102 | 152 | 75 | 46 | 0 | 72 | 331 | 54 | 35 |
| Binary | 101001 | 1000010 | 1101010 | 111101 | 100110 | 0 | 111010 | 11011001 | 101100 | 11101 |
Color Harmonies of #29426A
Complementary color
Monochromatic Colors of #29426A
Black with #29426A
Text Example
Text Example
White with #29426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29426A; }
p { color: rgb(41,66,106); }
H1.HeaderClassName
{
color: #29426A;
}
.AnyTagClassName
{
color: #29426A;
}
</style>
background-color css
<style>
a { background-color: #29426A; }
a { background-color: rgb(41,66,106); }
div.DivClassName
{
background-color: #29426A;
}
.BgClassName
{
background-color: #29426A;
}
</style>
border-color css
<style>
span { border-color: #29426A; }
span { border-color: rgb(41,66,106); }
td.TdClassName
{
border-color: #29426A;
}
.TagClassName
{
border-color: #29426A;
}
</style>