Shades of Christalle #250B5E
Tints of Christalle #250B5E
RGB
CMYK
RGB Variations
Color information
#250B5E (or 0x250B5E) is known color: Christalle. HEX triplet: 25, 0B and 5E. RGB value is (37,11,94). Sum of RGB (Red+Green+Blue) = 37+11+94=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 94 (37.11% from 255 or 66.20% from 142); Max value from RGB is 94 - color contains mainly: blue. Hex color #250B5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B5E is #DAF4A1. Grayscale: #1B1B1B. Windows color (decimal): -14349474 or 6163237. OLE color: 6163237.
HSL color Cylindrical-coordinate representation of color #250B5E: hue angle of 258.8º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #250B5E is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 37 | 11 | 94 | - |
CMYK | 0.61 | 0.88 | 0 | 0.63 |
HSL | 258.8º | 0.79% | 0.21% | - |
HSV(B) | 258.8º | 0.88% | 0.37% | - |
XYZ | 2.9 | 1.44 | 10.71 | - |
YUV | 28.24 | 165.11 | 134.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 11 | 94 | 0.61 | 0.88 | 0 | 0.63 | 258.8 | 0.79 | 0.21 |
Hex | 25 | B | 5E | 3D | 58 | 0 | 3F | 103 | 4F | 15 |
Octal | 45 | 13 | 136 | 75 | 130 | 0 | 77 | 403 | 117 | 25 |
Binary | 100101 | 1011 | 1011110 | 111101 | 1011000 | 0 | 111111 | 100000011 | 1001111 | 10101 |
Color Harmonies of #250B5E
Complementary color
Monochromatic Colors of #250B5E
Black with #250B5E
Text Example
Text Example
White with #250B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B5E; }
p { color: rgb(37,11,94); }
H1.HeaderClassName
{
color: #250B5E;
}
.AnyTagClassName
{
color: #250B5E;
}
</style>
background-color css
<style>
a { background-color: #250B5E; }
a { background-color: rgb(37,11,94); }
div.DivClassName
{
background-color: #250B5E;
}
.BgClassName
{
background-color: #250B5E;
}
</style>
border-color css
<style>
span { border-color: #250B5E; }
span { border-color: rgb(37,11,94); }
td.TdClassName
{
border-color: #250B5E;
}
.TagClassName
{
border-color: #250B5E;
}
</style>