Shades of Christalle #3B165F
Tints of Christalle #3B165F
RGB
CMYK
RGB Variations
Color information
#3B165F (or 0x3B165F) is known color: Christalle. HEX triplet: 3B, 16 and 5F. RGB value is (59,22,95). Sum of RGB (Red+Green+Blue) = 59+22+95=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #3B165F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B165F is #C4E9A0. Grayscale: #292929. Windows color (decimal): -12904865 or 6231611. OLE color: 6231611.
HSL color Cylindrical-coordinate representation of color #3B165F: hue angle of 270.41º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B165F is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 59 | 22 | 95 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.63 |
| HSL | 270.41º | 0.62% | 0.23% | - |
| HSV(B) | 270.41º | 0.77% | 0.37% | - |
| XYZ | 4.16 | 2.33 | 11.06 | - |
| YUV | 41.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 95 | 0.38 | 0.77 | 0 | 0.63 | 270.41 | 0.62 | 0.23 |
| Hex | 3B | 16 | 5F | 26 | 4D | 0 | 3F | 10E | 3E | 17 |
| Octal | 73 | 26 | 137 | 46 | 115 | 0 | 77 | 416 | 76 | 27 |
| Binary | 111011 | 10110 | 1011111 | 100110 | 1001101 | 0 | 111111 | 100001110 | 111110 | 10111 |
Color Harmonies of #3B165F
Complementary color
Monochromatic Colors of #3B165F
Black with #3B165F
Text Example
Text Example
White with #3B165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B165F; }
p { color: rgb(59,22,95); }
H1.HeaderClassName
{
color: #3B165F;
}
.AnyTagClassName
{
color: #3B165F;
}
</style>
background-color css
<style>
a { background-color: #3B165F; }
a { background-color: rgb(59,22,95); }
div.DivClassName
{
background-color: #3B165F;
}
.BgClassName
{
background-color: #3B165F;
}
</style>
border-color css
<style>
span { border-color: #3B165F; }
span { border-color: rgb(59,22,95); }
td.TdClassName
{
border-color: #3B165F;
}
.TagClassName
{
border-color: #3B165F;
}
</style>