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