Shades of Christalle #3B2766
Tints of Christalle #3B2766
RGB
CMYK
RGB Variations
Color information
#3B2766 (or 0x3B2766) is known color: Christalle. HEX triplet: 3B, 27 and 66. RGB value is (59,39,102). Sum of RGB (Red+Green+Blue) = 59+39+102=200 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #3B2766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2766 is #C4D899. Grayscale: #333333. Windows color (decimal): -12900506 or 6694715. OLE color: 6694715.
HSL color Cylindrical-coordinate representation of color #3B2766: hue angle of 259.05º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B2766 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 59 | 39 | 102 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.6 |
| HSL | 259.05º | 0.45% | 0.28% | - |
| HSV(B) | 259.05º | 0.62% | 0.4% | - |
| XYZ | 4.93 | 3.34 | 12.96 | - |
| YUV | 52.16 | 156.13 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 102 | 0.42 | 0.62 | 0 | 0.6 | 259.05 | 0.45 | 0.28 |
| Hex | 3B | 27 | 66 | 2A | 3E | 0 | 3C | 103 | 2D | 1C |
| Octal | 73 | 47 | 146 | 52 | 76 | 0 | 74 | 403 | 55 | 34 |
| Binary | 111011 | 100111 | 1100110 | 101010 | 111110 | 0 | 111100 | 100000011 | 101101 | 11100 |
Color Harmonies of #3B2766
Complementary color
Monochromatic Colors of #3B2766
Black with #3B2766
Text Example
Text Example
White with #3B2766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2766; }
p { color: rgb(59,39,102); }
H1.HeaderClassName
{
color: #3B2766;
}
.AnyTagClassName
{
color: #3B2766;
}
</style>
background-color css
<style>
a { background-color: #3B2766; }
a { background-color: rgb(59,39,102); }
div.DivClassName
{
background-color: #3B2766;
}
.BgClassName
{
background-color: #3B2766;
}
</style>
border-color css
<style>
span { border-color: #3B2766; }
span { border-color: rgb(59,39,102); }
td.TdClassName
{
border-color: #3B2766;
}
.TagClassName
{
border-color: #3B2766;
}
</style>