Shades of Catalina Blue #24355C
Tints of Catalina Blue #24355C
RGB
CMYK
RGB Variations
Color information
#24355C (or 0x24355C) is known color: Catalina Blue. HEX triplet: 24, 35 and 5C. RGB value is (36,53,92). Sum of RGB (Red+Green+Blue) = 36+53+92=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #24355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24355C is #DBCAA3. Grayscale: #343434. Windows color (decimal): -14404260 or 6042916. OLE color: 6042916.
HSL color Cylindrical-coordinate representation of color #24355C: hue angle of 221.79º 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 #24355C is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 53 | 92 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.64 |
| HSL | 221.79º | 0.44% | 0.25% | - |
| HSV(B) | 221.79º | 0.61% | 0.36% | - |
| XYZ | 3.93 | 3.69 | 10.63 | - |
| YUV | 52.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 92 | 0.61 | 0.42 | 0 | 0.64 | 221.79 | 0.44 | 0.25 |
| Hex | 24 | 35 | 5C | 3D | 2A | 0 | 40 | DE | 2C | 19 |
| Octal | 44 | 65 | 134 | 75 | 52 | 0 | 100 | 336 | 54 | 31 |
| Binary | 100100 | 110101 | 1011100 | 111101 | 101010 | 0 | 1000000 | 11011110 | 101100 | 11001 |
Color Harmonies of #24355C
Complementary color
Monochromatic Colors of #24355C
Black with #24355C
Text Example
Text Example
White with #24355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24355C; }
p { color: rgb(36,53,92); }
H1.HeaderClassName
{
color: #24355C;
}
.AnyTagClassName
{
color: #24355C;
}
</style>
background-color css
<style>
a { background-color: #24355C; }
a { background-color: rgb(36,53,92); }
div.DivClassName
{
background-color: #24355C;
}
.BgClassName
{
background-color: #24355C;
}
</style>
border-color css
<style>
span { border-color: #24355C; }
span { border-color: rgb(36,53,92); }
td.TdClassName
{
border-color: #24355C;
}
.TagClassName
{
border-color: #24355C;
}
</style>