Shades of Christalle #2D035B
Tints of Christalle #2D035B
RGB
CMYK
RGB Variations
Color information
#2D035B (or 0x2D035B) is known color: Christalle. HEX triplet: 2D, 03 and 5B. RGB value is (45,3,91). Sum of RGB (Red+Green+Blue) = 45+3+91=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D035B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D035B is #D2FCA4. Grayscale: #191919. Windows color (decimal): -13827237 or 5964589. OLE color: 5964589.
HSL color Cylindrical-coordinate representation of color #2D035B: hue angle of 268.64º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D035B is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 3 | 91 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.64 |
| HSL | 268.64º | 0.94% | 0.18% | - |
| HSV(B) | 268.64º | 0.97% | 0.36% | - |
| XYZ | 3 | 1.38 | 10.01 | - |
| YUV | 25.59 | 164.91 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 91 | 0.51 | 0.97 | 0 | 0.64 | 268.64 | 0.94 | 0.18 |
| Hex | 2D | 3 | 5B | 33 | 61 | 0 | 40 | 10D | 5E | 12 |
| Octal | 55 | 3 | 133 | 63 | 141 | 0 | 100 | 415 | 136 | 22 |
| Binary | 101101 | 11 | 1011011 | 110011 | 1100001 | 0 | 1000000 | 100001101 | 1011110 | 10010 |
Color Harmonies of #2D035B
Complementary color
Monochromatic Colors of #2D035B
Black with #2D035B
Text Example
Text Example
White with #2D035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D035B; }
p { color: rgb(45,3,91); }
H1.HeaderClassName
{
color: #2D035B;
}
.AnyTagClassName
{
color: #2D035B;
}
</style>
background-color css
<style>
a { background-color: #2D035B; }
a { background-color: rgb(45,3,91); }
div.DivClassName
{
background-color: #2D035B;
}
.BgClassName
{
background-color: #2D035B;
}
</style>
border-color css
<style>
span { border-color: #2D035B; }
span { border-color: rgb(45,3,91); }
td.TdClassName
{
border-color: #2D035B;
}
.TagClassName
{
border-color: #2D035B;
}
</style>