Shades of Christalle #2D135E
Tints of Christalle #2D135E
RGB
CMYK
RGB Variations
Color information
#2D135E (or 0x2D135E) is known color: Christalle. HEX triplet: 2D, 13 and 5E. RGB value is (45,19,94). Sum of RGB (Red+Green+Blue) = 45+19+94=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 94 (37.11% from 255 or 59.49% from 158); Max value from RGB is 94 - color contains mainly: blue. Hex color #2D135E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D135E is #D2ECA1. Grayscale: #232323. Windows color (decimal): -13823138 or 6165293. OLE color: 6165293.
HSL color Cylindrical-coordinate representation of color #2D135E: hue angle of 260.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D135E is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 19 | 94 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.63 |
| HSL | 260.8º | 0.66% | 0.22% | - |
| HSV(B) | 260.8º | 0.8% | 0.37% | - |
| XYZ | 3.34 | 1.83 | 10.77 | - |
| YUV | 35.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 94 | 0.52 | 0.80 | 0 | 0.63 | 260.8 | 0.66 | 0.22 |
| Hex | 2D | 13 | 5E | 34 | 50 | 0 | 3F | 105 | 42 | 16 |
| Octal | 55 | 23 | 136 | 64 | 120 | 0 | 77 | 405 | 102 | 26 |
| Binary | 101101 | 10011 | 1011110 | 110100 | 1010000 | 0 | 111111 | 100000101 | 1000010 | 10110 |
Color Harmonies of #2D135E
Complementary color
Monochromatic Colors of #2D135E
Black with #2D135E
Text Example
Text Example
White with #2D135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D135E; }
p { color: rgb(45,19,94); }
H1.HeaderClassName
{
color: #2D135E;
}
.AnyTagClassName
{
color: #2D135E;
}
</style>
background-color css
<style>
a { background-color: #2D135E; }
a { background-color: rgb(45,19,94); }
div.DivClassName
{
background-color: #2D135E;
}
.BgClassName
{
background-color: #2D135E;
}
</style>
border-color css
<style>
span { border-color: #2D135E; }
span { border-color: rgb(45,19,94); }
td.TdClassName
{
border-color: #2D135E;
}
.TagClassName
{
border-color: #2D135E;
}
</style>