Shades of Catalina Blue #24375C
Tints of Catalina Blue #24375C
RGB
CMYK
RGB Variations
Color information
#24375C (or 0x24375C) is known color: Catalina Blue. HEX triplet: 24, 37 and 5C. RGB value is (36,55,92). Sum of RGB (Red+Green+Blue) = 36+55+92=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #24375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24375C is #DBC8A3. Grayscale: #353535. Windows color (decimal): -14403748 or 6043428. OLE color: 6043428.
HSL color Cylindrical-coordinate representation of color #24375C: hue angle of 219.64º 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 #24375C is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 55 | 92 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.64 |
| HSL | 219.64º | 0.44% | 0.25% | - |
| HSV(B) | 219.64º | 0.61% | 0.36% | - |
| XYZ | 4.03 | 3.88 | 10.66 | - |
| YUV | 53.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 55 | 92 | 0.61 | 0.40 | 0 | 0.64 | 219.64 | 0.44 | 0.25 |
| Hex | 24 | 37 | 5C | 3D | 28 | 0 | 40 | DC | 2C | 19 |
| Octal | 44 | 67 | 134 | 75 | 50 | 0 | 100 | 334 | 54 | 31 |
| Binary | 100100 | 110111 | 1011100 | 111101 | 101000 | 0 | 1000000 | 11011100 | 101100 | 11001 |
Color Harmonies of #24375C
Complementary color
Monochromatic Colors of #24375C
Black with #24375C
Text Example
Text Example
White with #24375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24375C; }
p { color: rgb(36,55,92); }
H1.HeaderClassName
{
color: #24375C;
}
.AnyTagClassName
{
color: #24375C;
}
</style>
background-color css
<style>
a { background-color: #24375C; }
a { background-color: rgb(36,55,92); }
div.DivClassName
{
background-color: #24375C;
}
.BgClassName
{
background-color: #24375C;
}
</style>
border-color css
<style>
span { border-color: #24375C; }
span { border-color: rgb(36,55,92); }
td.TdClassName
{
border-color: #24375C;
}
.TagClassName
{
border-color: #24375C;
}
</style>