Shades of Christalle #3B235D
Tints of Christalle #3B235D
RGB
CMYK
RGB Variations
Color information
#3B235D (or 0x3B235D) is known color: Christalle. HEX triplet: 3B, 23 and 5D. RGB value is (59,35,93). Sum of RGB (Red+Green+Blue) = 59+35+93=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B235D is #C4DCA2. Grayscale: #303030. Windows color (decimal): -12901539 or 6103867. OLE color: 6103867.
HSL color Cylindrical-coordinate representation of color #3B235D: hue angle of 264.83º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B235D is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 35 | 93 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.64 |
| HSL | 264.83º | 0.45% | 0.25% | - |
| HSV(B) | 264.83º | 0.62% | 0.36% | - |
| XYZ | 4.38 | 2.92 | 10.69 | - |
| YUV | 48.79 | 152.95 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 35 | 93 | 0.37 | 0.62 | 0 | 0.64 | 264.83 | 0.45 | 0.25 |
| Hex | 3B | 23 | 5D | 25 | 3E | 0 | 40 | 109 | 2D | 19 |
| Octal | 73 | 43 | 135 | 45 | 76 | 0 | 100 | 411 | 55 | 31 |
| Binary | 111011 | 100011 | 1011101 | 100101 | 111110 | 0 | 1000000 | 100001001 | 101101 | 11001 |
Color Harmonies of #3B235D
Complementary color
Monochromatic Colors of #3B235D
Black with #3B235D
Text Example
Text Example
White with #3B235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B235D; }
p { color: rgb(59,35,93); }
H1.HeaderClassName
{
color: #3B235D;
}
.AnyTagClassName
{
color: #3B235D;
}
</style>
background-color css
<style>
a { background-color: #3B235D; }
a { background-color: rgb(59,35,93); }
div.DivClassName
{
background-color: #3B235D;
}
.BgClassName
{
background-color: #3B235D;
}
</style>
border-color css
<style>
span { border-color: #3B235D; }
span { border-color: rgb(59,35,93); }
td.TdClassName
{
border-color: #3B235D;
}
.TagClassName
{
border-color: #3B235D;
}
</style>