Shades of Christalle #3B2068
Tints of Christalle #3B2068
RGB
CMYK
RGB Variations
Color information
#3B2068 (or 0x3B2068) is known color: Christalle. HEX triplet: 3B, 20 and 68. RGB value is (59,32,104). Sum of RGB (Red+Green+Blue) = 59+32+104=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #3B2068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2068 is #C4DF97. Grayscale: #303030. Windows color (decimal): -12902296 or 6823995. OLE color: 6823995.
HSL color Cylindrical-coordinate representation of color #3B2068: hue angle of 262.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B2068 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 32 | 104 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.59 |
| HSL | 262.5º | 0.53% | 0.27% | - |
| HSV(B) | 262.5º | 0.69% | 0.41% | - |
| XYZ | 4.82 | 2.96 | 13.41 | - |
| YUV | 48.28 | 159.45 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 104 | 0.43 | 0.69 | 0 | 0.59 | 262.5 | 0.53 | 0.27 |
| Hex | 3B | 20 | 68 | 2B | 45 | 0 | 3B | 106 | 35 | 1B |
| Octal | 73 | 40 | 150 | 53 | 105 | 0 | 73 | 406 | 65 | 33 |
| Binary | 111011 | 100000 | 1101000 | 101011 | 1000101 | 0 | 111011 | 100000110 | 110101 | 11011 |
Color Harmonies of #3B2068
Complementary color
Monochromatic Colors of #3B2068
Black with #3B2068
Text Example
Text Example
White with #3B2068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2068; }
p { color: rgb(59,32,104); }
H1.HeaderClassName
{
color: #3B2068;
}
.AnyTagClassName
{
color: #3B2068;
}
</style>
background-color css
<style>
a { background-color: #3B2068; }
a { background-color: rgb(59,32,104); }
div.DivClassName
{
background-color: #3B2068;
}
.BgClassName
{
background-color: #3B2068;
}
</style>
border-color css
<style>
span { border-color: #3B2068; }
span { border-color: rgb(59,32,104); }
td.TdClassName
{
border-color: #3B2068;
}
.TagClassName
{
border-color: #3B2068;
}
</style>