Shades of Christalle #3C035E
Tints of Christalle #3C035E
RGB
CMYK
RGB Variations
Color information
#3C035E (or 0x3C035E) is known color: Christalle. HEX triplet: 3C, 03 and 5E. RGB value is (60,3,94). Sum of RGB (Red+Green+Blue) = 60+3+94=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #3C035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C035E is #C3FCA1. Grayscale: #1E1E1E. Windows color (decimal): -12844194 or 6161212. OLE color: 6161212.
HSL color Cylindrical-coordinate representation of color #3C035E: hue angle of 277.58º 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 #3C035E is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 60 | 3 | 94 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.63 |
| HSL | 277.58º | 0.94% | 0.19% | - |
| HSV(B) | 277.58º | 0.97% | 0.37% | - |
| XYZ | 3.92 | 1.83 | 10.74 | - |
| YUV | 30.42 | 163.88 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 94 | 0.36 | 0.97 | 0 | 0.63 | 277.58 | 0.94 | 0.19 |
| Hex | 3C | 3 | 5E | 24 | 61 | 0 | 3F | 116 | 5E | 13 |
| Octal | 74 | 3 | 136 | 44 | 141 | 0 | 77 | 426 | 136 | 23 |
| Binary | 111100 | 11 | 1011110 | 100100 | 1100001 | 0 | 111111 | 100010110 | 1011110 | 10011 |
Color Harmonies of #3C035E
Complementary color
Monochromatic Colors of #3C035E
Black with #3C035E
Text Example
Text Example
White with #3C035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C035E; }
p { color: rgb(60,3,94); }
H1.HeaderClassName
{
color: #3C035E;
}
.AnyTagClassName
{
color: #3C035E;
}
</style>
background-color css
<style>
a { background-color: #3C035E; }
a { background-color: rgb(60,3,94); }
div.DivClassName
{
background-color: #3C035E;
}
.BgClassName
{
background-color: #3C035E;
}
</style>
border-color css
<style>
span { border-color: #3C035E; }
span { border-color: rgb(60,3,94); }
td.TdClassName
{
border-color: #3C035E;
}
.TagClassName
{
border-color: #3C035E;
}
</style>