Shades of Catalina Blue #24355D
Tints of Catalina Blue #24355D
RGB
CMYK
RGB Variations
Color information
#24355D (or 0x24355D) is known color: Catalina Blue. HEX triplet: 24, 35 and 5D. RGB value is (36,53,93). Sum of RGB (Red+Green+Blue) = 36+53+93=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #24355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24355D is #DBCAA2. Grayscale: #343434. Windows color (decimal): -14404259 or 6108452. OLE color: 6108452.
HSL color Cylindrical-coordinate representation of color #24355D: hue angle of 222.11º 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 #24355D is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 53 | 93 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.64 |
| HSL | 222.11º | 0.44% | 0.25% | - |
| HSV(B) | 222.11º | 0.61% | 0.36% | - |
| XYZ | 3.98 | 3.71 | 10.86 | - |
| YUV | 52.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 93 | 0.61 | 0.43 | 0 | 0.64 | 222.11 | 0.44 | 0.25 |
| Hex | 24 | 35 | 5D | 3D | 2B | 0 | 40 | DE | 2C | 19 |
| Octal | 44 | 65 | 135 | 75 | 53 | 0 | 100 | 336 | 54 | 31 |
| Binary | 100100 | 110101 | 1011101 | 111101 | 101011 | 0 | 1000000 | 11011110 | 101100 | 11001 |
Color Harmonies of #24355D
Complementary color
Monochromatic Colors of #24355D
Black with #24355D
Text Example
Text Example
White with #24355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24355D; }
p { color: rgb(36,53,93); }
H1.HeaderClassName
{
color: #24355D;
}
.AnyTagClassName
{
color: #24355D;
}
</style>
background-color css
<style>
a { background-color: #24355D; }
a { background-color: rgb(36,53,93); }
div.DivClassName
{
background-color: #24355D;
}
.BgClassName
{
background-color: #24355D;
}
</style>
border-color css
<style>
span { border-color: #24355D; }
span { border-color: rgb(36,53,93); }
td.TdClassName
{
border-color: #24355D;
}
.TagClassName
{
border-color: #24355D;
}
</style>