Shades of Christalle #362353
Tints of Christalle #362353
RGB
CMYK
RGB Variations
Color information
#362353 (or 0x362353) is known color: Christalle. HEX triplet: 36, 23 and 53. RGB value is (54,35,83). Sum of RGB (Red+Green+Blue) = 54+35+83=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #362353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362353 is #C9DCAC. Grayscale: #2D2D2D. Windows color (decimal): -13229229 or 5448502. OLE color: 5448502.
HSL color Cylindrical-coordinate representation of color #362353: hue angle of 263.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #362353 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 35 | 83 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.67 |
| HSL | 263.75º | 0.41% | 0.23% | - |
| HSV(B) | 263.75º | 0.58% | 0.33% | - |
| XYZ | 3.68 | 2.61 | 8.49 | - |
| YUV | 46.15 | 148.79 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 83 | 0.35 | 0.58 | 0 | 0.67 | 263.75 | 0.41 | 0.23 |
| Hex | 36 | 23 | 53 | 23 | 3A | 0 | 43 | 108 | 29 | 17 |
| Octal | 66 | 43 | 123 | 43 | 72 | 0 | 103 | 410 | 51 | 27 |
| Binary | 110110 | 100011 | 1010011 | 100011 | 111010 | 0 | 1000011 | 100001000 | 101001 | 10111 |
Color Harmonies of #362353
Complementary color
Monochromatic Colors of #362353
Black with #362353
Text Example
Text Example
White with #362353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362353; }
p { color: rgb(54,35,83); }
H1.HeaderClassName
{
color: #362353;
}
.AnyTagClassName
{
color: #362353;
}
</style>
background-color css
<style>
a { background-color: #362353; }
a { background-color: rgb(54,35,83); }
div.DivClassName
{
background-color: #362353;
}
.BgClassName
{
background-color: #362353;
}
</style>
border-color css
<style>
span { border-color: #362353; }
span { border-color: rgb(54,35,83); }
td.TdClassName
{
border-color: #362353;
}
.TagClassName
{
border-color: #362353;
}
</style>