Shades of Christalle #3B035E
Tints of Christalle #3B035E
RGB
CMYK
RGB Variations
Color information
#3B035E (or 0x3B035E) is known color: Christalle. HEX triplet: 3B, 03 and 5E. RGB value is (59,3,94). Sum of RGB (Red+Green+Blue) = 59+3+94=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #3B035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B035E is #C4FCA1. Grayscale: #1D1D1D. Windows color (decimal): -12909730 or 6161211. OLE color: 6161211.
HSL color Cylindrical-coordinate representation of color #3B035E: hue angle of 276.92º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B035E is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 59 | 3 | 94 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.63 |
| HSL | 276.92º | 0.94% | 0.19% | - |
| HSV(B) | 276.92º | 0.97% | 0.37% | - |
| XYZ | 3.86 | 1.8 | 10.73 | - |
| YUV | 30.12 | 164.05 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 3 | 94 | 0.37 | 0.97 | 0 | 0.63 | 276.92 | 0.94 | 0.19 |
| Hex | 3B | 3 | 5E | 25 | 61 | 0 | 3F | 115 | 5E | 13 |
| Octal | 73 | 3 | 136 | 45 | 141 | 0 | 77 | 425 | 136 | 23 |
| Binary | 111011 | 11 | 1011110 | 100101 | 1100001 | 0 | 111111 | 100010101 | 1011110 | 10011 |
Color Harmonies of #3B035E
Complementary color
Monochromatic Colors of #3B035E
Black with #3B035E
Text Example
Text Example
White with #3B035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B035E; }
p { color: rgb(59,3,94); }
H1.HeaderClassName
{
color: #3B035E;
}
.AnyTagClassName
{
color: #3B035E;
}
</style>
background-color css
<style>
a { background-color: #3B035E; }
a { background-color: rgb(59,3,94); }
div.DivClassName
{
background-color: #3B035E;
}
.BgClassName
{
background-color: #3B035E;
}
</style>
border-color css
<style>
span { border-color: #3B035E; }
span { border-color: rgb(59,3,94); }
td.TdClassName
{
border-color: #3B035E;
}
.TagClassName
{
border-color: #3B035E;
}
</style>