Shades of Catalina Blue #24365D
Tints of Catalina Blue #24365D
RGB
CMYK
RGB Variations
Color information
#24365D (or 0x24365D) is known color: Catalina Blue. HEX triplet: 24, 36 and 5D. RGB value is (36,54,93). Sum of RGB (Red+Green+Blue) = 36+54+93=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #24365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24365D is #DBC9A2. Grayscale: #343434. Windows color (decimal): -14404003 or 6108708. OLE color: 6108708.
HSL color Cylindrical-coordinate representation of color #24365D: hue angle of 221.05º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24365D is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 54 | 93 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.64 |
| HSL | 221.05º | 0.44% | 0.25% | - |
| HSV(B) | 221.05º | 0.61% | 0.36% | - |
| XYZ | 4.02 | 3.8 | 10.88 | - |
| YUV | 53.06 | 150.54 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 54 | 93 | 0.61 | 0.42 | 0 | 0.64 | 221.05 | 0.44 | 0.25 |
| Hex | 24 | 36 | 5D | 3D | 2A | 0 | 40 | DD | 2C | 19 |
| Octal | 44 | 66 | 135 | 75 | 52 | 0 | 100 | 335 | 54 | 31 |
| Binary | 100100 | 110110 | 1011101 | 111101 | 101010 | 0 | 1000000 | 11011101 | 101100 | 11001 |
Color Harmonies of #24365D
Complementary color
Monochromatic Colors of #24365D
Black with #24365D
Text Example
Text Example
White with #24365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24365D; }
p { color: rgb(36,54,93); }
H1.HeaderClassName
{
color: #24365D;
}
.AnyTagClassName
{
color: #24365D;
}
</style>
background-color css
<style>
a { background-color: #24365D; }
a { background-color: rgb(36,54,93); }
div.DivClassName
{
background-color: #24365D;
}
.BgClassName
{
background-color: #24365D;
}
</style>
border-color css
<style>
span { border-color: #24365D; }
span { border-color: rgb(36,54,93); }
td.TdClassName
{
border-color: #24365D;
}
.TagClassName
{
border-color: #24365D;
}
</style>