Shades of Christalle #35206F
Tints of Christalle #35206F
RGB
CMYK
RGB Variations
Color information
#35206F (or 0x35206F) is known color: Christalle. HEX triplet: 35, 20 and 6F. RGB value is (53,32,111). Sum of RGB (Red+Green+Blue) = 53+32+111=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #35206F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35206F is #CADF90. Grayscale: #2E2E2E. Windows color (decimal): -13295505 or 7282741. OLE color: 7282741.
HSL color Cylindrical-coordinate representation of color #35206F: hue angle of 255.95º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35206F is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 32 | 111 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.56 |
| HSL | 255.95º | 0.55% | 0.28% | - |
| HSV(B) | 255.95º | 0.71% | 0.44% | - |
| XYZ | 4.85 | 2.94 | 15.35 | - |
| YUV | 47.29 | 163.96 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 111 | 0.52 | 0.71 | 0 | 0.56 | 255.95 | 0.55 | 0.28 |
| Hex | 35 | 20 | 6F | 34 | 47 | 0 | 38 | 100 | 37 | 1C |
| Octal | 65 | 40 | 157 | 64 | 107 | 0 | 70 | 400 | 67 | 34 |
| Binary | 110101 | 100000 | 1101111 | 110100 | 1000111 | 0 | 111000 | 100000000 | 110111 | 11100 |
Color Harmonies of #35206F
Complementary color
Monochromatic Colors of #35206F
Black with #35206F
Text Example
Text Example
White with #35206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35206F; }
p { color: rgb(53,32,111); }
H1.HeaderClassName
{
color: #35206F;
}
.AnyTagClassName
{
color: #35206F;
}
</style>
background-color css
<style>
a { background-color: #35206F; }
a { background-color: rgb(53,32,111); }
div.DivClassName
{
background-color: #35206F;
}
.BgClassName
{
background-color: #35206F;
}
</style>
border-color css
<style>
span { border-color: #35206F; }
span { border-color: rgb(53,32,111); }
td.TdClassName
{
border-color: #35206F;
}
.TagClassName
{
border-color: #35206F;
}
</style>