Shades of Christalle #362365
Tints of Christalle #362365
RGB
CMYK
RGB Variations
Color information
#362365 (or 0x362365) is known color: Christalle. HEX triplet: 36, 23 and 65. RGB value is (54,35,101). Sum of RGB (Red+Green+Blue) = 54+35+101=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #362365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362365 is #C9DC9A. Grayscale: #2F2F2F. Windows color (decimal): -13229211 or 6628150. OLE color: 6628150.
HSL color Cylindrical-coordinate representation of color #362365: hue angle of 257.27º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #362365 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 35 | 101 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.60 |
| HSL | 257.27º | 0.49% | 0.27% | - |
| HSV(B) | 257.27º | 0.65% | 0.4% | - |
| XYZ | 4.47 | 2.93 | 12.64 | - |
| YUV | 48.21 | 157.79 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 101 | 0.47 | 0.65 | 0 | 0.60 | 257.27 | 0.49 | 0.27 |
| Hex | 36 | 23 | 65 | 2F | 41 | 0 | 3C | 101 | 31 | 1B |
| Octal | 66 | 43 | 145 | 57 | 101 | 0 | 74 | 401 | 61 | 33 |
| Binary | 110110 | 100011 | 1100101 | 101111 | 1000001 | 0 | 111100 | 100000001 | 110001 | 11011 |
Color Harmonies of #362365
Complementary color
Monochromatic Colors of #362365
Black with #362365
Text Example
Text Example
White with #362365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362365; }
p { color: rgb(54,35,101); }
H1.HeaderClassName
{
color: #362365;
}
.AnyTagClassName
{
color: #362365;
}
</style>
background-color css
<style>
a { background-color: #362365; }
a { background-color: rgb(54,35,101); }
div.DivClassName
{
background-color: #362365;
}
.BgClassName
{
background-color: #362365;
}
</style>
border-color css
<style>
span { border-color: #362365; }
span { border-color: rgb(54,35,101); }
td.TdClassName
{
border-color: #362365;
}
.TagClassName
{
border-color: #362365;
}
</style>