Shades of Christalle #3B2063
Tints of Christalle #3B2063
RGB
CMYK
RGB Variations
Color information
#3B2063 (or 0x3B2063) is known color: Christalle. HEX triplet: 3B, 20 and 63. RGB value is (59,32,99). Sum of RGB (Red+Green+Blue) = 59+32+99=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B2063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2063 is #C4DF9C. Grayscale: #2F2F2F. Windows color (decimal): -12902301 or 6496315. OLE color: 6496315.
HSL color Cylindrical-coordinate representation of color #3B2063: hue angle of 264.18º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B2063 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 32 | 99 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.61 |
| HSL | 264.18º | 0.51% | 0.26% | - |
| HSV(B) | 264.18º | 0.68% | 0.39% | - |
| XYZ | 4.57 | 2.86 | 12.12 | - |
| YUV | 47.71 | 156.95 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 99 | 0.40 | 0.68 | 0 | 0.61 | 264.18 | 0.51 | 0.26 |
| Hex | 3B | 20 | 63 | 28 | 44 | 0 | 3D | 108 | 33 | 1A |
| Octal | 73 | 40 | 143 | 50 | 104 | 0 | 75 | 410 | 63 | 32 |
| Binary | 111011 | 100000 | 1100011 | 101000 | 1000100 | 0 | 111101 | 100001000 | 110011 | 11010 |
Color Harmonies of #3B2063
Complementary color
Monochromatic Colors of #3B2063
Black with #3B2063
Text Example
Text Example
White with #3B2063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2063; }
p { color: rgb(59,32,99); }
H1.HeaderClassName
{
color: #3B2063;
}
.AnyTagClassName
{
color: #3B2063;
}
</style>
background-color css
<style>
a { background-color: #3B2063; }
a { background-color: rgb(59,32,99); }
div.DivClassName
{
background-color: #3B2063;
}
.BgClassName
{
background-color: #3B2063;
}
</style>
border-color css
<style>
span { border-color: #3B2063; }
span { border-color: rgb(59,32,99); }
td.TdClassName
{
border-color: #3B2063;
}
.TagClassName
{
border-color: #3B2063;
}
</style>