Shades of Catalina Blue #24325A
Tints of Catalina Blue #24325A
RGB
CMYK
RGB Variations
Color information
#24325A (or 0x24325A) is known color: Catalina Blue. HEX triplet: 24, 32 and 5A. RGB value is (36,50,90). Sum of RGB (Red+Green+Blue) = 36+50+90=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #24325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24325A is #DBCDA5. Grayscale: #323232. Windows color (decimal): -14405030 or 5911076. OLE color: 5911076.
HSL color Cylindrical-coordinate representation of color #24325A: hue angle of 224.44º 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 #24325A is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 50 | 90 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.65 |
| HSL | 224.44º | 0.43% | 0.25% | - |
| HSV(B) | 224.44º | 0.6% | 0.35% | - |
| XYZ | 3.71 | 3.39 | 10.13 | - |
| YUV | 50.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 90 | 0.60 | 0.44 | 0 | 0.65 | 224.44 | 0.43 | 0.25 |
| Hex | 24 | 32 | 5A | 3C | 2C | 0 | 41 | E0 | 2B | 19 |
| Octal | 44 | 62 | 132 | 74 | 54 | 0 | 101 | 340 | 53 | 31 |
| Binary | 100100 | 110010 | 1011010 | 111100 | 101100 | 0 | 1000001 | 11100000 | 101011 | 11001 |
Color Harmonies of #24325A
Complementary color
Monochromatic Colors of #24325A
Black with #24325A
Text Example
Text Example
White with #24325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24325A; }
p { color: rgb(36,50,90); }
H1.HeaderClassName
{
color: #24325A;
}
.AnyTagClassName
{
color: #24325A;
}
</style>
background-color css
<style>
a { background-color: #24325A; }
a { background-color: rgb(36,50,90); }
div.DivClassName
{
background-color: #24325A;
}
.BgClassName
{
background-color: #24325A;
}
</style>
border-color css
<style>
span { border-color: #24325A; }
span { border-color: rgb(36,50,90); }
td.TdClassName
{
border-color: #24325A;
}
.TagClassName
{
border-color: #24325A;
}
</style>