Shades of Catalina Blue #24406D
Tints of Catalina Blue #24406D
RGB
CMYK
RGB Variations
Color information
#24406D (or 0x24406D) is known color: Catalina Blue. HEX triplet: 24, 40 and 6D. RGB value is (36,64,109). Sum of RGB (Red+Green+Blue) = 36+64+109=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #24406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24406D is #DBBF92. Grayscale: #3C3C3C. Windows color (decimal): -14401427 or 7159844. OLE color: 7159844.
HSL color Cylindrical-coordinate representation of color #24406D: hue angle of 216.99º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24406D is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 64 | 109 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.57 |
| HSL | 216.99º | 0.5% | 0.28% | - |
| HSV(B) | 216.99º | 0.67% | 0.43% | - |
| XYZ | 5.32 | 5.15 | 15.18 | - |
| YUV | 60.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 109 | 0.67 | 0.41 | 0 | 0.57 | 216.99 | 0.5 | 0.28 |
| Hex | 24 | 40 | 6D | 43 | 29 | 0 | 39 | D9 | 32 | 1C |
| Octal | 44 | 100 | 155 | 103 | 51 | 0 | 71 | 331 | 62 | 34 |
| Binary | 100100 | 1000000 | 1101101 | 1000011 | 101001 | 0 | 111001 | 11011001 | 110010 | 11100 |
Color Harmonies of #24406D
Complementary color
Monochromatic Colors of #24406D
Black with #24406D
Text Example
Text Example
White with #24406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24406D; }
p { color: rgb(36,64,109); }
H1.HeaderClassName
{
color: #24406D;
}
.AnyTagClassName
{
color: #24406D;
}
</style>
background-color css
<style>
a { background-color: #24406D; }
a { background-color: rgb(36,64,109); }
div.DivClassName
{
background-color: #24406D;
}
.BgClassName
{
background-color: #24406D;
}
</style>
border-color css
<style>
span { border-color: #24406D; }
span { border-color: rgb(36,64,109); }
td.TdClassName
{
border-color: #24406D;
}
.TagClassName
{
border-color: #24406D;
}
</style>