Shades of Christalle #35095E
Tints of Christalle #35095E
RGB
CMYK
RGB Variations
Color information
#35095E (or 0x35095E) is known color: Christalle. HEX triplet: 35, 09 and 5E. RGB value is (53,9,94). Sum of RGB (Red+Green+Blue) = 53+9+94=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 9 (3.91% from 255 or 5.77% 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 #35095E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35095E is #CAF6A1. Grayscale: #1F1F1F. Windows color (decimal): -13301410 or 6162741. OLE color: 6162741.
HSL color Cylindrical-coordinate representation of color #35095E: hue angle of 271.06º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35095E is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 9 | 94 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.63 |
| HSL | 271.06º | 0.83% | 0.2% | - |
| HSV(B) | 271.06º | 0.9% | 0.37% | - |
| XYZ | 3.59 | 1.76 | 10.74 | - |
| YUV | 31.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 9 | 94 | 0.44 | 0.90 | 0 | 0.63 | 271.06 | 0.83 | 0.2 |
| Hex | 35 | 9 | 5E | 2C | 5A | 0 | 3F | 10F | 53 | 14 |
| Octal | 65 | 11 | 136 | 54 | 132 | 0 | 77 | 417 | 123 | 24 |
| Binary | 110101 | 1001 | 1011110 | 101100 | 1011010 | 0 | 111111 | 100001111 | 1010011 | 10100 |
Color Harmonies of #35095E
Complementary color
Monochromatic Colors of #35095E
Black with #35095E
Text Example
Text Example
White with #35095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35095E; }
p { color: rgb(53,9,94); }
H1.HeaderClassName
{
color: #35095E;
}
.AnyTagClassName
{
color: #35095E;
}
</style>
background-color css
<style>
a { background-color: #35095E; }
a { background-color: rgb(53,9,94); }
div.DivClassName
{
background-color: #35095E;
}
.BgClassName
{
background-color: #35095E;
}
</style>
border-color css
<style>
span { border-color: #35095E; }
span { border-color: rgb(53,9,94); }
td.TdClassName
{
border-color: #35095E;
}
.TagClassName
{
border-color: #35095E;
}
</style>