Shades of Catalina Blue #24446F
Tints of Catalina Blue #24446F
RGB
CMYK
RGB Variations
Color information
#24446F (or 0x24446F) is known color: Catalina Blue. HEX triplet: 24, 44 and 6F. RGB value is (36,68,111). Sum of RGB (Red+Green+Blue) = 36+68+111=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #24446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24446F is #DBBB90. Grayscale: #3F3F3F. Windows color (decimal): -14400401 or 7291940. OLE color: 7291940.
HSL color Cylindrical-coordinate representation of color #24446F: hue angle of 214.4º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24446F is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 68 | 111 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.56 |
| HSL | 214.4º | 0.51% | 0.29% | - |
| HSV(B) | 214.4º | 0.68% | 0.44% | - |
| XYZ | 5.66 | 5.66 | 15.83 | - |
| YUV | 63.33 | 154.9 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 68 | 111 | 0.68 | 0.39 | 0 | 0.56 | 214.4 | 0.51 | 0.29 |
| Hex | 24 | 44 | 6F | 44 | 27 | 0 | 38 | D6 | 33 | 1D |
| Octal | 44 | 104 | 157 | 104 | 47 | 0 | 70 | 326 | 63 | 35 |
| Binary | 100100 | 1000100 | 1101111 | 1000100 | 100111 | 0 | 111000 | 11010110 | 110011 | 11101 |
Color Harmonies of #24446F
Complementary color
Monochromatic Colors of #24446F
Black with #24446F
Text Example
Text Example
White with #24446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24446F; }
p { color: rgb(36,68,111); }
H1.HeaderClassName
{
color: #24446F;
}
.AnyTagClassName
{
color: #24446F;
}
</style>
background-color css
<style>
a { background-color: #24446F; }
a { background-color: rgb(36,68,111); }
div.DivClassName
{
background-color: #24446F;
}
.BgClassName
{
background-color: #24446F;
}
</style>
border-color css
<style>
span { border-color: #24446F; }
span { border-color: rgb(36,68,111); }
td.TdClassName
{
border-color: #24446F;
}
.TagClassName
{
border-color: #24446F;
}
</style>