Shades of Catalina Blue #24375A
Tints of Catalina Blue #24375A
RGB
CMYK
RGB Variations
Color information
#24375A (or 0x24375A) is known color: Catalina Blue. HEX triplet: 24, 37 and 5A. RGB value is (36,55,90). Sum of RGB (Red+Green+Blue) = 36+55+90=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #24375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24375A is #DBC8A5. Grayscale: #353535. Windows color (decimal): -14403750 or 5912356. OLE color: 5912356.
HSL color Cylindrical-coordinate representation of color #24375A: hue angle of 218.89º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24375A is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 55 | 90 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.65 |
| HSL | 218.89º | 0.43% | 0.25% | - |
| HSV(B) | 218.89º | 0.6% | 0.35% | - |
| XYZ | 3.94 | 3.85 | 10.21 | - |
| YUV | 53.31 | 148.71 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 55 | 90 | 0.60 | 0.39 | 0 | 0.65 | 218.89 | 0.43 | 0.25 |
| Hex | 24 | 37 | 5A | 3C | 27 | 0 | 41 | DB | 2B | 19 |
| Octal | 44 | 67 | 132 | 74 | 47 | 0 | 101 | 333 | 53 | 31 |
| Binary | 100100 | 110111 | 1011010 | 111100 | 100111 | 0 | 1000001 | 11011011 | 101011 | 11001 |
Color Harmonies of #24375A
Complementary color
Monochromatic Colors of #24375A
Black with #24375A
Text Example
Text Example
White with #24375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24375A; }
p { color: rgb(36,55,90); }
H1.HeaderClassName
{
color: #24375A;
}
.AnyTagClassName
{
color: #24375A;
}
</style>
background-color css
<style>
a { background-color: #24375A; }
a { background-color: rgb(36,55,90); }
div.DivClassName
{
background-color: #24375A;
}
.BgClassName
{
background-color: #24375A;
}
</style>
border-color css
<style>
span { border-color: #24375A; }
span { border-color: rgb(36,55,90); }
td.TdClassName
{
border-color: #24375A;
}
.TagClassName
{
border-color: #24375A;
}
</style>