Shades of Christalle #2B185C
Tints of Christalle #2B185C
RGB
CMYK
RGB Variations
Color information
#2B185C (or 0x2B185C) is known color: Christalle. HEX triplet: 2B, 18 and 5C. RGB value is (43,24,92). Sum of RGB (Red+Green+Blue) = 43+24+92=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #2B185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B185C is #D4E7A3. Grayscale: #252525. Windows color (decimal): -13952932 or 6035499. OLE color: 6035499.
HSL color Cylindrical-coordinate representation of color #2B185C: hue angle of 256.76º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B185C is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 24 | 92 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.64 |
| HSL | 256.76º | 0.59% | 0.23% | - |
| HSV(B) | 256.76º | 0.74% | 0.36% | - |
| XYZ | 3.25 | 1.94 | 10.33 | - |
| YUV | 37.43 | 158.79 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 92 | 0.53 | 0.74 | 0 | 0.64 | 256.76 | 0.59 | 0.23 |
| Hex | 2B | 18 | 5C | 35 | 4A | 0 | 40 | 101 | 3B | 17 |
| Octal | 53 | 30 | 134 | 65 | 112 | 0 | 100 | 401 | 73 | 27 |
| Binary | 101011 | 11000 | 1011100 | 110101 | 1001010 | 0 | 1000000 | 100000001 | 111011 | 10111 |
Color Harmonies of #2B185C
Complementary color
Monochromatic Colors of #2B185C
Black with #2B185C
Text Example
Text Example
White with #2B185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B185C; }
p { color: rgb(43,24,92); }
H1.HeaderClassName
{
color: #2B185C;
}
.AnyTagClassName
{
color: #2B185C;
}
</style>
background-color css
<style>
a { background-color: #2B185C; }
a { background-color: rgb(43,24,92); }
div.DivClassName
{
background-color: #2B185C;
}
.BgClassName
{
background-color: #2B185C;
}
</style>
border-color css
<style>
span { border-color: #2B185C; }
span { border-color: rgb(43,24,92); }
td.TdClassName
{
border-color: #2B185C;
}
.TagClassName
{
border-color: #2B185C;
}
</style>