Shades of Catalina Blue #24446D
Tints of Catalina Blue #24446D
RGB
CMYK
RGB Variations
Color information
#24446D (or 0x24446D) is known color: Catalina Blue. HEX triplet: 24, 44 and 6D. RGB value is (36,68,109). Sum of RGB (Red+Green+Blue) = 36+68+109=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #24446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24446D is #DBBB92. Grayscale: #3E3E3E. Windows color (decimal): -14400403 or 7160868. OLE color: 7160868.
HSL color Cylindrical-coordinate representation of color #24446D: hue angle of 213.7º 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 #24446D is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 68 | 109 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.57 |
| HSL | 213.7º | 0.5% | 0.28% | - |
| HSV(B) | 213.7º | 0.67% | 0.43% | - |
| XYZ | 5.55 | 5.61 | 15.26 | - |
| YUV | 63.11 | 153.9 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 68 | 109 | 0.67 | 0.38 | 0 | 0.57 | 213.7 | 0.5 | 0.28 |
| Hex | 24 | 44 | 6D | 43 | 26 | 0 | 39 | D6 | 32 | 1C |
| Octal | 44 | 104 | 155 | 103 | 46 | 0 | 71 | 326 | 62 | 34 |
| Binary | 100100 | 1000100 | 1101101 | 1000011 | 100110 | 0 | 111001 | 11010110 | 110010 | 11100 |
Color Harmonies of #24446D
Complementary color
Monochromatic Colors of #24446D
Black with #24446D
Text Example
Text Example
White with #24446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24446D; }
p { color: rgb(36,68,109); }
H1.HeaderClassName
{
color: #24446D;
}
.AnyTagClassName
{
color: #24446D;
}
</style>
background-color css
<style>
a { background-color: #24446D; }
a { background-color: rgb(36,68,109); }
div.DivClassName
{
background-color: #24446D;
}
.BgClassName
{
background-color: #24446D;
}
</style>
border-color css
<style>
span { border-color: #24446D; }
span { border-color: rgb(36,68,109); }
td.TdClassName
{
border-color: #24446D;
}
.TagClassName
{
border-color: #24446D;
}
</style>