Shades of Christalle #250E5B
Tints of Christalle #250E5B
RGB
CMYK
RGB Variations
Color information
#250E5B (or 0x250E5B) is known color: Christalle. HEX triplet: 25, 0E and 5B. RGB value is (37,14,91). Sum of RGB (Red+Green+Blue) = 37+14+91=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 91 (35.94% from 255 or 64.08% from 142); Max value from RGB is 91 - color contains mainly: blue. Hex color #250E5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250E5B is #DAF1A4. Grayscale: #1D1D1D. Windows color (decimal): -14348709 or 5967397. OLE color: 5967397.
HSL color Cylindrical-coordinate representation of color #250E5B: hue angle of 257.92º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #250E5B is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 14 | 91 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.64 |
| HSL | 257.92º | 0.73% | 0.21% | - |
| HSV(B) | 257.92º | 0.85% | 0.36% | - |
| XYZ | 2.81 | 1.46 | 10.03 | - |
| YUV | 29.66 | 162.62 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 91 | 0.59 | 0.85 | 0 | 0.64 | 257.92 | 0.73 | 0.21 |
| Hex | 25 | E | 5B | 3B | 55 | 0 | 40 | 102 | 49 | 15 |
| Octal | 45 | 16 | 133 | 73 | 125 | 0 | 100 | 402 | 111 | 25 |
| Binary | 100101 | 1110 | 1011011 | 111011 | 1010101 | 0 | 1000000 | 100000010 | 1001001 | 10101 |
Color Harmonies of #250E5B
Complementary color
Monochromatic Colors of #250E5B
Black with #250E5B
Text Example
Text Example
White with #250E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250E5B; }
p { color: rgb(37,14,91); }
H1.HeaderClassName
{
color: #250E5B;
}
.AnyTagClassName
{
color: #250E5B;
}
</style>
background-color css
<style>
a { background-color: #250E5B; }
a { background-color: rgb(37,14,91); }
div.DivClassName
{
background-color: #250E5B;
}
.BgClassName
{
background-color: #250E5B;
}
</style>
border-color css
<style>
span { border-color: #250E5B; }
span { border-color: rgb(37,14,91); }
td.TdClassName
{
border-color: #250E5B;
}
.TagClassName
{
border-color: #250E5B;
}
</style>