Shades of Christalle #35186A
Tints of Christalle #35186A
RGB
CMYK
RGB Variations
Color information
#35186A (or 0x35186A) is known color: Christalle. HEX triplet: 35, 18 and 6A. RGB value is (53,24,106). Sum of RGB (Red+Green+Blue) = 53+24+106=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 106 (41.80% from 255 or 57.92% from 183); Max value from RGB is 106 - color contains mainly: blue. Hex color #35186A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35186A is #CAE795. Grayscale: #292929. Windows color (decimal): -13297558 or 6953013. OLE color: 6953013.
HSL color Cylindrical-coordinate representation of color #35186A: hue angle of 261.22º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35186A is Cyan = 0.5, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 24 | 106 | - |
| CMYK | 0.5 | 0.77 | 0 | 0.58 |
| HSL | 261.22º | 0.63% | 0.25% | - |
| HSV(B) | 261.22º | 0.77% | 0.42% | - |
| XYZ | 4.4 | 2.45 | 13.88 | - |
| YUV | 42.02 | 164.11 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 24 | 106 | 0.5 | 0.77 | 0 | 0.58 | 261.22 | 0.63 | 0.25 |
| Hex | 35 | 18 | 6A | 32 | 4D | 0 | 3A | 105 | 3F | 19 |
| Octal | 65 | 30 | 152 | 62 | 115 | 0 | 72 | 405 | 77 | 31 |
| Binary | 110101 | 11000 | 1101010 | 110010 | 1001101 | 0 | 111010 | 100000101 | 111111 | 11001 |
Color Harmonies of #35186A
Complementary color
Monochromatic Colors of #35186A
Black with #35186A
Text Example
Text Example
White with #35186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35186A; }
p { color: rgb(53,24,106); }
H1.HeaderClassName
{
color: #35186A;
}
.AnyTagClassName
{
color: #35186A;
}
</style>
background-color css
<style>
a { background-color: #35186A; }
a { background-color: rgb(53,24,106); }
div.DivClassName
{
background-color: #35186A;
}
.BgClassName
{
background-color: #35186A;
}
</style>
border-color css
<style>
span { border-color: #35186A; }
span { border-color: rgb(53,24,106); }
td.TdClassName
{
border-color: #35186A;
}
.TagClassName
{
border-color: #35186A;
}
</style>