Shades of Christalle #24055B
Tints of Christalle #24055B
RGB
CMYK
RGB Variations
Color information
#24055B (or 0x24055B) is known color: Christalle. HEX triplet: 24, 05 and 5B. RGB value is (36,5,91). Sum of RGB (Red+Green+Blue) = 36+5+91=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #24055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24055B is #DBFAA4. Grayscale: #171717. Windows color (decimal): -14416549 or 5965092. OLE color: 5965092.
HSL color Cylindrical-coordinate representation of color #24055B: hue angle of 261.63º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #24055B is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 5 | 91 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.64 |
| HSL | 261.63º | 0.9% | 0.19% | - |
| HSV(B) | 261.63º | 0.95% | 0.36% | - |
| XYZ | 2.67 | 1.24 | 10 | - |
| YUV | 24.07 | 165.77 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 91 | 0.60 | 0.95 | 0 | 0.64 | 261.63 | 0.9 | 0.19 |
| Hex | 24 | 5 | 5B | 3C | 5F | 0 | 40 | 106 | 5A | 13 |
| Octal | 44 | 5 | 133 | 74 | 137 | 0 | 100 | 406 | 132 | 23 |
| Binary | 100100 | 101 | 1011011 | 111100 | 1011111 | 0 | 1000000 | 100000110 | 1011010 | 10011 |
Color Harmonies of #24055B
Complementary color
Monochromatic Colors of #24055B
Black with #24055B
Text Example
Text Example
White with #24055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24055B; }
p { color: rgb(36,5,91); }
H1.HeaderClassName
{
color: #24055B;
}
.AnyTagClassName
{
color: #24055B;
}
</style>
background-color css
<style>
a { background-color: #24055B; }
a { background-color: rgb(36,5,91); }
div.DivClassName
{
background-color: #24055B;
}
.BgClassName
{
background-color: #24055B;
}
</style>
border-color css
<style>
span { border-color: #24055B; }
span { border-color: rgb(36,5,91); }
td.TdClassName
{
border-color: #24055B;
}
.TagClassName
{
border-color: #24055B;
}
</style>