Shades of Christalle #3B206F
Tints of Christalle #3B206F
RGB
CMYK
RGB Variations
Color information
#3B206F (or 0x3B206F) is known color: Christalle. HEX triplet: 3B, 20 and 6F. RGB value is (59,32,111). Sum of RGB (Red+Green+Blue) = 59+32+111=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B206F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B206F is #C4DF90. Grayscale: #303030. Windows color (decimal): -12902289 or 7282747. OLE color: 7282747.
HSL color Cylindrical-coordinate representation of color #3B206F: hue angle of 260.51º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B206F is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 32 | 111 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.56 |
| HSL | 260.51º | 0.55% | 0.28% | - |
| HSV(B) | 260.51º | 0.71% | 0.44% | - |
| XYZ | 5.19 | 3.11 | 15.37 | - |
| YUV | 49.08 | 162.95 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 111 | 0.47 | 0.71 | 0 | 0.56 | 260.51 | 0.55 | 0.28 |
| Hex | 3B | 20 | 6F | 2F | 47 | 0 | 38 | 105 | 37 | 1C |
| Octal | 73 | 40 | 157 | 57 | 107 | 0 | 70 | 405 | 67 | 34 |
| Binary | 111011 | 100000 | 1101111 | 101111 | 1000111 | 0 | 111000 | 100000101 | 110111 | 11100 |
Color Harmonies of #3B206F
Complementary color
Monochromatic Colors of #3B206F
Black with #3B206F
Text Example
Text Example
White with #3B206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B206F; }
p { color: rgb(59,32,111); }
H1.HeaderClassName
{
color: #3B206F;
}
.AnyTagClassName
{
color: #3B206F;
}
</style>
background-color css
<style>
a { background-color: #3B206F; }
a { background-color: rgb(59,32,111); }
div.DivClassName
{
background-color: #3B206F;
}
.BgClassName
{
background-color: #3B206F;
}
</style>
border-color css
<style>
span { border-color: #3B206F; }
span { border-color: rgb(59,32,111); }
td.TdClassName
{
border-color: #3B206F;
}
.TagClassName
{
border-color: #3B206F;
}
</style>