Shades of Catalina Blue #24325D
Tints of Catalina Blue #24325D
RGB
CMYK
RGB Variations
Color information
#24325D (or 0x24325D) is known color: Catalina Blue. HEX triplet: 24, 32 and 5D. RGB value is (36,50,93). Sum of RGB (Red+Green+Blue) = 36+50+93=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #24325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24325D is #DBCDA2. Grayscale: #323232. Windows color (decimal): -14405027 or 6107684. OLE color: 6107684.
HSL color Cylindrical-coordinate representation of color #24325D: hue angle of 225.26º 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 #24325D is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 50 | 93 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.64 |
| HSL | 225.26º | 0.44% | 0.25% | - |
| HSV(B) | 225.26º | 0.61% | 0.36% | - |
| XYZ | 3.84 | 3.45 | 10.82 | - |
| YUV | 50.72 | 151.86 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 93 | 0.61 | 0.46 | 0 | 0.64 | 225.26 | 0.44 | 0.25 |
| Hex | 24 | 32 | 5D | 3D | 2E | 0 | 40 | E1 | 2C | 19 |
| Octal | 44 | 62 | 135 | 75 | 56 | 0 | 100 | 341 | 54 | 31 |
| Binary | 100100 | 110010 | 1011101 | 111101 | 101110 | 0 | 1000000 | 11100001 | 101100 | 11001 |
Color Harmonies of #24325D
Complementary color
Monochromatic Colors of #24325D
Black with #24325D
Text Example
Text Example
White with #24325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24325D; }
p { color: rgb(36,50,93); }
H1.HeaderClassName
{
color: #24325D;
}
.AnyTagClassName
{
color: #24325D;
}
</style>
background-color css
<style>
a { background-color: #24325D; }
a { background-color: rgb(36,50,93); }
div.DivClassName
{
background-color: #24325D;
}
.BgClassName
{
background-color: #24325D;
}
</style>
border-color css
<style>
span { border-color: #24325D; }
span { border-color: rgb(36,50,93); }
td.TdClassName
{
border-color: #24325D;
}
.TagClassName
{
border-color: #24325D;
}
</style>