Shades of Christalle #350262
Tints of Christalle #350262
RGB
CMYK
RGB Variations
Color information
#350262 (or 0x350262) is known color: Christalle. HEX triplet: 35, 02 and 62. RGB value is (53,2,98). Sum of RGB (Red+Green+Blue) = 53+2+98=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 98 (38.67% from 255 or 64.05% from 153); Max value from RGB is 98 - color contains mainly: blue. Hex color #350262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350262 is #CAFD9D. Grayscale: #1B1B1B. Windows color (decimal): -13303198 or 6423093. OLE color: 6423093.
HSL color Cylindrical-coordinate representation of color #350262: hue angle of 271.88º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350262 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 2 | 98 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.62 |
| HSL | 271.88º | 0.96% | 0.2% | - |
| HSV(B) | 271.88º | 0.98% | 0.38% | - |
| XYZ | 3.69 | 1.68 | 11.69 | - |
| YUV | 28.19 | 167.4 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 98 | 0.46 | 0.98 | 0 | 0.62 | 271.88 | 0.96 | 0.2 |
| Hex | 35 | 2 | 62 | 2E | 62 | 0 | 3E | 110 | 60 | 14 |
| Octal | 65 | 2 | 142 | 56 | 142 | 0 | 76 | 420 | 140 | 24 |
| Binary | 110101 | 10 | 1100010 | 101110 | 1100010 | 0 | 111110 | 100010000 | 1100000 | 10100 |
Color Harmonies of #350262
Complementary color
Monochromatic Colors of #350262
Black with #350262
Text Example
Text Example
White with #350262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350262; }
p { color: rgb(53,2,98); }
H1.HeaderClassName
{
color: #350262;
}
.AnyTagClassName
{
color: #350262;
}
</style>
background-color css
<style>
a { background-color: #350262; }
a { background-color: rgb(53,2,98); }
div.DivClassName
{
background-color: #350262;
}
.BgClassName
{
background-color: #350262;
}
</style>
border-color css
<style>
span { border-color: #350262; }
span { border-color: rgb(53,2,98); }
td.TdClassName
{
border-color: #350262;
}
.TagClassName
{
border-color: #350262;
}
</style>