Shades of Catalina Blue #24335A
Tints of Catalina Blue #24335A
RGB
CMYK
RGB Variations
Color information
#24335A (or 0x24335A) is known color: Catalina Blue. HEX triplet: 24, 33 and 5A. RGB value is (36,51,90). Sum of RGB (Red+Green+Blue) = 36+51+90=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #24335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24335A is #DBCCA5. Grayscale: #323232. Windows color (decimal): -14404774 or 5911332. OLE color: 5911332.
HSL color Cylindrical-coordinate representation of color #24335A: hue angle of 223.33º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24335A is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 51 | 90 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.65 |
| HSL | 223.33º | 0.43% | 0.25% | - |
| HSV(B) | 223.33º | 0.6% | 0.35% | - |
| XYZ | 3.76 | 3.48 | 10.15 | - |
| YUV | 50.96 | 150.03 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 51 | 90 | 0.60 | 0.43 | 0 | 0.65 | 223.33 | 0.43 | 0.25 |
| Hex | 24 | 33 | 5A | 3C | 2B | 0 | 41 | DF | 2B | 19 |
| Octal | 44 | 63 | 132 | 74 | 53 | 0 | 101 | 337 | 53 | 31 |
| Binary | 100100 | 110011 | 1011010 | 111100 | 101011 | 0 | 1000001 | 11011111 | 101011 | 11001 |
Color Harmonies of #24335A
Complementary color
Monochromatic Colors of #24335A
Black with #24335A
Text Example
Text Example
White with #24335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24335A; }
p { color: rgb(36,51,90); }
H1.HeaderClassName
{
color: #24335A;
}
.AnyTagClassName
{
color: #24335A;
}
</style>
background-color css
<style>
a { background-color: #24335A; }
a { background-color: rgb(36,51,90); }
div.DivClassName
{
background-color: #24335A;
}
.BgClassName
{
background-color: #24335A;
}
</style>
border-color css
<style>
span { border-color: #24335A; }
span { border-color: rgb(36,51,90); }
td.TdClassName
{
border-color: #24335A;
}
.TagClassName
{
border-color: #24335A;
}
</style>