Shades of Catalina Blue #24325B
Tints of Catalina Blue #24325B
RGB
CMYK
RGB Variations
Color information
#24325B (or 0x24325B) is known color: Catalina Blue. HEX triplet: 24, 32 and 5B. RGB value is (36,50,91). Sum of RGB (Red+Green+Blue) = 36+50+91=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #24325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24325B is #DBCDA4. Grayscale: #323232. Windows color (decimal): -14405029 or 5976612. OLE color: 5976612.
HSL color Cylindrical-coordinate representation of color #24325B: hue angle of 224.73º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24325B is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 50 | 91 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.64 |
| HSL | 224.73º | 0.43% | 0.25% | - |
| HSV(B) | 224.73º | 0.6% | 0.36% | - |
| XYZ | 3.76 | 3.41 | 10.36 | - |
| YUV | 50.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 91 | 0.60 | 0.45 | 0 | 0.64 | 224.73 | 0.43 | 0.25 |
| Hex | 24 | 32 | 5B | 3C | 2D | 0 | 40 | E1 | 2B | 19 |
| Octal | 44 | 62 | 133 | 74 | 55 | 0 | 100 | 341 | 53 | 31 |
| Binary | 100100 | 110010 | 1011011 | 111100 | 101101 | 0 | 1000000 | 11100001 | 101011 | 11001 |
Color Harmonies of #24325B
Complementary color
Monochromatic Colors of #24325B
Black with #24325B
Text Example
Text Example
White with #24325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24325B; }
p { color: rgb(36,50,91); }
H1.HeaderClassName
{
color: #24325B;
}
.AnyTagClassName
{
color: #24325B;
}
</style>
background-color css
<style>
a { background-color: #24325B; }
a { background-color: rgb(36,50,91); }
div.DivClassName
{
background-color: #24325B;
}
.BgClassName
{
background-color: #24325B;
}
</style>
border-color css
<style>
span { border-color: #24325B; }
span { border-color: rgb(36,50,91); }
td.TdClassName
{
border-color: #24325B;
}
.TagClassName
{
border-color: #24325B;
}
</style>