Shades of Catalina Blue #24335E
Tints of Catalina Blue #24335E
RGB
CMYK
RGB Variations
Color information
#24335E (or 0x24335E) is known color: Catalina Blue. HEX triplet: 24, 33 and 5E. RGB value is (36,51,94). Sum of RGB (Red+Green+Blue) = 36+51+94=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #24335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24335E is #DBCCA1. Grayscale: #333333. Windows color (decimal): -14404770 or 6173476. OLE color: 6173476.
HSL color Cylindrical-coordinate representation of color #24335E: hue angle of 224.48º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24335E is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 51 | 94 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.63 |
| HSL | 224.48º | 0.45% | 0.25% | - |
| HSV(B) | 224.48º | 0.62% | 0.37% | - |
| XYZ | 3.93 | 3.55 | 11.07 | - |
| YUV | 51.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 51 | 94 | 0.62 | 0.46 | 0 | 0.63 | 224.48 | 0.45 | 0.25 |
| Hex | 24 | 33 | 5E | 3E | 2E | 0 | 3F | E0 | 2D | 19 |
| Octal | 44 | 63 | 136 | 76 | 56 | 0 | 77 | 340 | 55 | 31 |
| Binary | 100100 | 110011 | 1011110 | 111110 | 101110 | 0 | 111111 | 11100000 | 101101 | 11001 |
Color Harmonies of #24335E
Complementary color
Monochromatic Colors of #24335E
Black with #24335E
Text Example
Text Example
White with #24335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24335E; }
p { color: rgb(36,51,94); }
H1.HeaderClassName
{
color: #24335E;
}
.AnyTagClassName
{
color: #24335E;
}
</style>
background-color css
<style>
a { background-color: #24335E; }
a { background-color: rgb(36,51,94); }
div.DivClassName
{
background-color: #24335E;
}
.BgClassName
{
background-color: #24335E;
}
</style>
border-color css
<style>
span { border-color: #24335E; }
span { border-color: rgb(36,51,94); }
td.TdClassName
{
border-color: #24335E;
}
.TagClassName
{
border-color: #24335E;
}
</style>