Shades of Christalle #2D195A
Tints of Christalle #2D195A
RGB
CMYK
RGB Variations
Color information
#2D195A (or 0x2D195A) is known color: Christalle. HEX triplet: 2D, 19 and 5A. RGB value is (45,25,90). Sum of RGB (Red+Green+Blue) = 45+25+90=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D195A is #D2E6A5. Grayscale: #262626. Windows color (decimal): -13821606 or 5904685. OLE color: 5904685.
HSL color Cylindrical-coordinate representation of color #2D195A: hue angle of 258.46º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D195A is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 25 | 90 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.65 |
| HSL | 258.46º | 0.57% | 0.23% | - |
| HSV(B) | 258.46º | 0.72% | 0.35% | - |
| XYZ | 3.28 | 1.99 | 9.88 | - |
| YUV | 38.39 | 157.13 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 90 | 0.50 | 0.72 | 0 | 0.65 | 258.46 | 0.57 | 0.23 |
| Hex | 2D | 19 | 5A | 32 | 48 | 0 | 41 | 102 | 39 | 17 |
| Octal | 55 | 31 | 132 | 62 | 110 | 0 | 101 | 402 | 71 | 27 |
| Binary | 101101 | 11001 | 1011010 | 110010 | 1001000 | 0 | 1000001 | 100000010 | 111001 | 10111 |
Color Harmonies of #2D195A
Complementary color
Monochromatic Colors of #2D195A
Black with #2D195A
Text Example
Text Example
White with #2D195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D195A; }
p { color: rgb(45,25,90); }
H1.HeaderClassName
{
color: #2D195A;
}
.AnyTagClassName
{
color: #2D195A;
}
</style>
background-color css
<style>
a { background-color: #2D195A; }
a { background-color: rgb(45,25,90); }
div.DivClassName
{
background-color: #2D195A;
}
.BgClassName
{
background-color: #2D195A;
}
</style>
border-color css
<style>
span { border-color: #2D195A; }
span { border-color: rgb(45,25,90); }
td.TdClassName
{
border-color: #2D195A;
}
.TagClassName
{
border-color: #2D195A;
}
</style>