Shades of Christalle #2C195E
Tints of Christalle #2C195E
RGB
CMYK
RGB Variations
Color information
#2C195E (or 0x2C195E) is known color: Christalle. HEX triplet: 2C, 19 and 5E. RGB value is (44,25,94). Sum of RGB (Red+Green+Blue) = 44+25+94=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #2C195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C195E is #D3E6A1. Grayscale: #262626. Windows color (decimal): -13887138 or 6166828. OLE color: 6166828.
HSL color Cylindrical-coordinate representation of color #2C195E: hue angle of 256.52º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C195E is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 44 | 25 | 94 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.63 |
| HSL | 256.52º | 0.58% | 0.23% | - |
| HSV(B) | 256.52º | 0.73% | 0.37% | - |
| XYZ | 3.41 | 2.04 | 10.8 | - |
| YUV | 38.55 | 159.29 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 25 | 94 | 0.53 | 0.73 | 0 | 0.63 | 256.52 | 0.58 | 0.23 |
| Hex | 2C | 19 | 5E | 35 | 49 | 0 | 3F | 101 | 3A | 17 |
| Octal | 54 | 31 | 136 | 65 | 111 | 0 | 77 | 401 | 72 | 27 |
| Binary | 101100 | 11001 | 1011110 | 110101 | 1001001 | 0 | 111111 | 100000001 | 111010 | 10111 |
Color Harmonies of #2C195E
Complementary color
Monochromatic Colors of #2C195E
Black with #2C195E
Text Example
Text Example
White with #2C195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C195E; }
p { color: rgb(44,25,94); }
H1.HeaderClassName
{
color: #2C195E;
}
.AnyTagClassName
{
color: #2C195E;
}
</style>
background-color css
<style>
a { background-color: #2C195E; }
a { background-color: rgb(44,25,94); }
div.DivClassName
{
background-color: #2C195E;
}
.BgClassName
{
background-color: #2C195E;
}
</style>
border-color css
<style>
span { border-color: #2C195E; }
span { border-color: rgb(44,25,94); }
td.TdClassName
{
border-color: #2C195E;
}
.TagClassName
{
border-color: #2C195E;
}
</style>