Shades of Christalle #362265
Tints of Christalle #362265
RGB
CMYK
RGB Variations
Color information
#362265 (or 0x362265) is known color: Christalle. HEX triplet: 36, 22 and 65. RGB value is (54,34,101). Sum of RGB (Red+Green+Blue) = 54+34+101=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #362265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362265 is #C9DD9A. Grayscale: #2F2F2F. Windows color (decimal): -13229467 or 6627894. OLE color: 6627894.
HSL color Cylindrical-coordinate representation of color #362265: hue angle of 257.91º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #362265 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 34 | 101 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.60 |
| HSL | 257.91º | 0.5% | 0.26% | - |
| HSV(B) | 257.91º | 0.66% | 0.4% | - |
| XYZ | 4.44 | 2.87 | 12.63 | - |
| YUV | 47.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 101 | 0.47 | 0.66 | 0 | 0.60 | 257.91 | 0.5 | 0.26 |
| Hex | 36 | 22 | 65 | 2F | 42 | 0 | 3C | 102 | 32 | 1A |
| Octal | 66 | 42 | 145 | 57 | 102 | 0 | 74 | 402 | 62 | 32 |
| Binary | 110110 | 100010 | 1100101 | 101111 | 1000010 | 0 | 111100 | 100000010 | 110010 | 11010 |
Color Harmonies of #362265
Complementary color
Monochromatic Colors of #362265
Black with #362265
Text Example
Text Example
White with #362265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362265; }
p { color: rgb(54,34,101); }
H1.HeaderClassName
{
color: #362265;
}
.AnyTagClassName
{
color: #362265;
}
</style>
background-color css
<style>
a { background-color: #362265; }
a { background-color: rgb(54,34,101); }
div.DivClassName
{
background-color: #362265;
}
.BgClassName
{
background-color: #362265;
}
</style>
border-color css
<style>
span { border-color: #362265; }
span { border-color: rgb(54,34,101); }
td.TdClassName
{
border-color: #362265;
}
.TagClassName
{
border-color: #362265;
}
</style>