Shades of Christalle #3B245C
Tints of Christalle #3B245C
RGB
CMYK
RGB Variations
Color information
#3B245C (or 0x3B245C) is known color: Christalle. HEX triplet: 3B, 24 and 5C. RGB value is (59,36,92). Sum of RGB (Red+Green+Blue) = 59+36+92=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B245C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B245C is #C4DBA3. Grayscale: #313131. Windows color (decimal): -12901284 or 6038587. OLE color: 6038587.
HSL color Cylindrical-coordinate representation of color #3B245C: hue angle of 264.64º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B245C is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 36 | 92 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.64 |
| HSL | 264.64º | 0.44% | 0.25% | - |
| HSV(B) | 264.64º | 0.61% | 0.36% | - |
| XYZ | 4.37 | 2.96 | 10.47 | - |
| YUV | 49.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 36 | 92 | 0.36 | 0.61 | 0 | 0.64 | 264.64 | 0.44 | 0.25 |
| Hex | 3B | 24 | 5C | 24 | 3D | 0 | 40 | 109 | 2C | 19 |
| Octal | 73 | 44 | 134 | 44 | 75 | 0 | 100 | 411 | 54 | 31 |
| Binary | 111011 | 100100 | 1011100 | 100100 | 111101 | 0 | 1000000 | 100001001 | 101100 | 11001 |
Color Harmonies of #3B245C
Complementary color
Monochromatic Colors of #3B245C
Black with #3B245C
Text Example
Text Example
White with #3B245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B245C; }
p { color: rgb(59,36,92); }
H1.HeaderClassName
{
color: #3B245C;
}
.AnyTagClassName
{
color: #3B245C;
}
</style>
background-color css
<style>
a { background-color: #3B245C; }
a { background-color: rgb(59,36,92); }
div.DivClassName
{
background-color: #3B245C;
}
.BgClassName
{
background-color: #3B245C;
}
</style>
border-color css
<style>
span { border-color: #3B245C; }
span { border-color: rgb(59,36,92); }
td.TdClassName
{
border-color: #3B245C;
}
.TagClassName
{
border-color: #3B245C;
}
</style>