Shades of Catalina Blue #29375A
Tints of Catalina Blue #29375A
RGB
CMYK
RGB Variations
Color information
#29375A (or 0x29375A) is known color: Catalina Blue. HEX triplet: 29, 37 and 5A. RGB value is (41,55,90). Sum of RGB (Red+Green+Blue) = 41+55+90=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #29375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29375A is #D6C8A5. Grayscale: #363636. Windows color (decimal): -14076070 or 5912361. OLE color: 5912361.
HSL color Cylindrical-coordinate representation of color #29375A: hue angle of 222.86º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29375A is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 55 | 90 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.65 |
| HSL | 222.86º | 0.37% | 0.26% | - |
| HSV(B) | 222.86º | 0.54% | 0.35% | - |
| XYZ | 4.13 | 3.94 | 10.22 | - |
| YUV | 54.8 | 147.86 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 90 | 0.54 | 0.39 | 0 | 0.65 | 222.86 | 0.37 | 0.26 |
| Hex | 29 | 37 | 5A | 36 | 27 | 0 | 41 | DF | 25 | 1A |
| Octal | 51 | 67 | 132 | 66 | 47 | 0 | 101 | 337 | 45 | 32 |
| Binary | 101001 | 110111 | 1011010 | 110110 | 100111 | 0 | 1000001 | 11011111 | 100101 | 11010 |
Color Harmonies of #29375A
Complementary color
Monochromatic Colors of #29375A
Black with #29375A
Text Example
Text Example
White with #29375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29375A; }
p { color: rgb(41,55,90); }
H1.HeaderClassName
{
color: #29375A;
}
.AnyTagClassName
{
color: #29375A;
}
</style>
background-color css
<style>
a { background-color: #29375A; }
a { background-color: rgb(41,55,90); }
div.DivClassName
{
background-color: #29375A;
}
.BgClassName
{
background-color: #29375A;
}
</style>
border-color css
<style>
span { border-color: #29375A; }
span { border-color: rgb(41,55,90); }
td.TdClassName
{
border-color: #29375A;
}
.TagClassName
{
border-color: #29375A;
}
</style>