Shades of Christalle #2B0358
Tints of Christalle #2B0358
RGB
CMYK
RGB Variations
Color information
#2B0358 (or 0x2B0358) is known color: Christalle. HEX triplet: 2B, 03 and 58. RGB value is (43,3,88). Sum of RGB (Red+Green+Blue) = 43+3+88=134 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.09% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B0358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0358 is #D4FCA7. Grayscale: #181818. Windows color (decimal): -13958312 or 5767979. OLE color: 5767979.
HSL color Cylindrical-coordinate representation of color #2B0358: hue angle of 268.24º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B0358 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 3 | 88 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.65 |
| HSL | 268.24º | 0.93% | 0.18% | - |
| HSV(B) | 268.24º | 0.97% | 0.35% | - |
| XYZ | 2.79 | 1.28 | 9.33 | - |
| YUV | 24.65 | 163.75 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 3 | 88 | 0.51 | 0.97 | 0 | 0.65 | 268.24 | 0.93 | 0.18 |
| Hex | 2B | 3 | 58 | 33 | 61 | 0 | 41 | 10C | 5D | 12 |
| Octal | 53 | 3 | 130 | 63 | 141 | 0 | 101 | 414 | 135 | 22 |
| Binary | 101011 | 11 | 1011000 | 110011 | 1100001 | 0 | 1000001 | 100001100 | 1011101 | 10010 |
Color Harmonies of #2B0358
Complementary color
Monochromatic Colors of #2B0358
Black with #2B0358
Text Example
Text Example
White with #2B0358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0358; }
p { color: rgb(43,3,88); }
H1.HeaderClassName
{
color: #2B0358;
}
.AnyTagClassName
{
color: #2B0358;
}
</style>
background-color css
<style>
a { background-color: #2B0358; }
a { background-color: rgb(43,3,88); }
div.DivClassName
{
background-color: #2B0358;
}
.BgClassName
{
background-color: #2B0358;
}
</style>
border-color css
<style>
span { border-color: #2B0358; }
span { border-color: rgb(43,3,88); }
td.TdClassName
{
border-color: #2B0358;
}
.TagClassName
{
border-color: #2B0358;
}
</style>