Shades of Catalina Blue #24355E
Tints of Catalina Blue #24355E
RGB
CMYK
RGB Variations
Color information
#24355E (or 0x24355E) is known color: Catalina Blue. HEX triplet: 24, 35 and 5E. RGB value is (36,53,94). Sum of RGB (Red+Green+Blue) = 36+53+94=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #24355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24355E is #DBCAA1. Grayscale: #343434. Windows color (decimal): -14404258 or 6173988. OLE color: 6173988.
HSL color Cylindrical-coordinate representation of color #24355E: hue angle of 222.41º 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 #24355E is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 53 | 94 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.63 |
| HSL | 222.41º | 0.45% | 0.25% | - |
| HSV(B) | 222.41º | 0.62% | 0.37% | - |
| XYZ | 4.02 | 3.73 | 11.1 | - |
| YUV | 52.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 94 | 0.62 | 0.44 | 0 | 0.63 | 222.41 | 0.45 | 0.25 |
| Hex | 24 | 35 | 5E | 3E | 2C | 0 | 3F | DE | 2D | 19 |
| Octal | 44 | 65 | 136 | 76 | 54 | 0 | 77 | 336 | 55 | 31 |
| Binary | 100100 | 110101 | 1011110 | 111110 | 101100 | 0 | 111111 | 11011110 | 101101 | 11001 |
Color Harmonies of #24355E
Complementary color
Monochromatic Colors of #24355E
Black with #24355E
Text Example
Text Example
White with #24355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24355E; }
p { color: rgb(36,53,94); }
H1.HeaderClassName
{
color: #24355E;
}
.AnyTagClassName
{
color: #24355E;
}
</style>
background-color css
<style>
a { background-color: #24355E; }
a { background-color: rgb(36,53,94); }
div.DivClassName
{
background-color: #24355E;
}
.BgClassName
{
background-color: #24355E;
}
</style>
border-color css
<style>
span { border-color: #24355E; }
span { border-color: rgb(36,53,94); }
td.TdClassName
{
border-color: #24355E;
}
.TagClassName
{
border-color: #24355E;
}
</style>