Shades of Christalle #3B256C
Tints of Christalle #3B256C
RGB
CMYK
RGB Variations
Color information
#3B256C (or 0x3B256C) is known color: Christalle. HEX triplet: 3B, 25 and 6C. RGB value is (59,37,108). Sum of RGB (Red+Green+Blue) = 59+37+108=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #3B256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B256C is #C4DA93. Grayscale: #333333. Windows color (decimal): -12901012 or 7087419. OLE color: 7087419.
HSL color Cylindrical-coordinate representation of color #3B256C: hue angle of 258.59º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B256C is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 37 | 108 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.58 |
| HSL | 258.59º | 0.49% | 0.28% | - |
| HSV(B) | 258.59º | 0.66% | 0.42% | - |
| XYZ | 5.17 | 3.34 | 14.56 | - |
| YUV | 51.67 | 159.79 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 108 | 0.45 | 0.66 | 0 | 0.58 | 258.59 | 0.49 | 0.28 |
| Hex | 3B | 25 | 6C | 2D | 42 | 0 | 3A | 103 | 31 | 1C |
| Octal | 73 | 45 | 154 | 55 | 102 | 0 | 72 | 403 | 61 | 34 |
| Binary | 111011 | 100101 | 1101100 | 101101 | 1000010 | 0 | 111010 | 100000011 | 110001 | 11100 |
Color Harmonies of #3B256C
Complementary color
Monochromatic Colors of #3B256C
Black with #3B256C
Text Example
Text Example
White with #3B256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B256C; }
p { color: rgb(59,37,108); }
H1.HeaderClassName
{
color: #3B256C;
}
.AnyTagClassName
{
color: #3B256C;
}
</style>
background-color css
<style>
a { background-color: #3B256C; }
a { background-color: rgb(59,37,108); }
div.DivClassName
{
background-color: #3B256C;
}
.BgClassName
{
background-color: #3B256C;
}
</style>
border-color css
<style>
span { border-color: #3B256C; }
span { border-color: rgb(59,37,108); }
td.TdClassName
{
border-color: #3B256C;
}
.TagClassName
{
border-color: #3B256C;
}
</style>