Shades of Christalle #2B165E
Tints of Christalle #2B165E
RGB
CMYK
RGB Variations
Color information
#2B165E (or 0x2B165E) is known color: Christalle. HEX triplet: 2B, 16 and 5E. RGB value is (43,22,94). Sum of RGB (Red+Green+Blue) = 43+22+94=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #2B165E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B165E is #D4E9A1. Grayscale: #242424. Windows color (decimal): -13953442 or 6166059. OLE color: 6166059.
HSL color Cylindrical-coordinate representation of color #2B165E: hue angle of 257.5º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B165E is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 43 | 22 | 94 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.63 |
| HSL | 257.5º | 0.62% | 0.23% | - |
| HSV(B) | 257.5º | 0.77% | 0.37% | - |
| XYZ | 3.3 | 1.9 | 10.78 | - |
| YUV | 36.49 | 160.46 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 22 | 94 | 0.54 | 0.77 | 0 | 0.63 | 257.5 | 0.62 | 0.23 |
| Hex | 2B | 16 | 5E | 36 | 4D | 0 | 3F | 102 | 3E | 17 |
| Octal | 53 | 26 | 136 | 66 | 115 | 0 | 77 | 402 | 76 | 27 |
| Binary | 101011 | 10110 | 1011110 | 110110 | 1001101 | 0 | 111111 | 100000010 | 111110 | 10111 |
Color Harmonies of #2B165E
Complementary color
Monochromatic Colors of #2B165E
Black with #2B165E
Text Example
Text Example
White with #2B165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B165E; }
p { color: rgb(43,22,94); }
H1.HeaderClassName
{
color: #2B165E;
}
.AnyTagClassName
{
color: #2B165E;
}
</style>
background-color css
<style>
a { background-color: #2B165E; }
a { background-color: rgb(43,22,94); }
div.DivClassName
{
background-color: #2B165E;
}
.BgClassName
{
background-color: #2B165E;
}
</style>
border-color css
<style>
span { border-color: #2B165E; }
span { border-color: rgb(43,22,94); }
td.TdClassName
{
border-color: #2B165E;
}
.TagClassName
{
border-color: #2B165E;
}
</style>