Shades of Christalle #352268
Tints of Christalle #352268
RGB
CMYK
RGB Variations
Color information
#352268 (or 0x352268) is known color: Christalle. HEX triplet: 35, 22 and 68. RGB value is (53,34,104). Sum of RGB (Red+Green+Blue) = 53+34+104=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #352268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352268 is #CADD97. Grayscale: #2F2F2F. Windows color (decimal): -13295000 or 6824501. OLE color: 6824501.
HSL color Cylindrical-coordinate representation of color #352268: hue angle of 256.29º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352268 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 34 | 104 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.59 |
| HSL | 256.29º | 0.51% | 0.27% | - |
| HSV(B) | 256.29º | 0.67% | 0.41% | - |
| XYZ | 4.54 | 2.9 | 13.42 | - |
| YUV | 47.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 104 | 0.49 | 0.67 | 0 | 0.59 | 256.29 | 0.51 | 0.27 |
| Hex | 35 | 22 | 68 | 31 | 43 | 0 | 3B | 100 | 33 | 1B |
| Octal | 65 | 42 | 150 | 61 | 103 | 0 | 73 | 400 | 63 | 33 |
| Binary | 110101 | 100010 | 1101000 | 110001 | 1000011 | 0 | 111011 | 100000000 | 110011 | 11011 |
Color Harmonies of #352268
Complementary color
Monochromatic Colors of #352268
Black with #352268
Text Example
Text Example
White with #352268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352268; }
p { color: rgb(53,34,104); }
H1.HeaderClassName
{
color: #352268;
}
.AnyTagClassName
{
color: #352268;
}
</style>
background-color css
<style>
a { background-color: #352268; }
a { background-color: rgb(53,34,104); }
div.DivClassName
{
background-color: #352268;
}
.BgClassName
{
background-color: #352268;
}
</style>
border-color css
<style>
span { border-color: #352268; }
span { border-color: rgb(53,34,104); }
td.TdClassName
{
border-color: #352268;
}
.TagClassName
{
border-color: #352268;
}
</style>