Shades of Christalle #36226D
Tints of Christalle #36226D
RGB
CMYK
RGB Variations
Color information
#36226D (or 0x36226D) is known color: Christalle. HEX triplet: 36, 22 and 6D. RGB value is (54,34,109). Sum of RGB (Red+Green+Blue) = 54+34+109=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #36226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36226D is #C9DD92. Grayscale: #303030. Windows color (decimal): -13229459 or 7152182. OLE color: 7152182.
HSL color Cylindrical-coordinate representation of color #36226D: hue angle of 256º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36226D is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 34 | 109 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.57 |
| HSL | 256º | 0.52% | 0.28% | - |
| HSV(B) | 256º | 0.69% | 0.43% | - |
| XYZ | 4.85 | 3.03 | 14.8 | - |
| YUV | 48.53 | 162.13 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 109 | 0.50 | 0.69 | 0 | 0.57 | 256 | 0.52 | 0.28 |
| Hex | 36 | 22 | 6D | 32 | 45 | 0 | 39 | 100 | 34 | 1C |
| Octal | 66 | 42 | 155 | 62 | 105 | 0 | 71 | 400 | 64 | 34 |
| Binary | 110110 | 100010 | 1101101 | 110010 | 1000101 | 0 | 111001 | 100000000 | 110100 | 11100 |
Color Harmonies of #36226D
Complementary color
Monochromatic Colors of #36226D
Black with #36226D
Text Example
Text Example
White with #36226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36226D; }
p { color: rgb(54,34,109); }
H1.HeaderClassName
{
color: #36226D;
}
.AnyTagClassName
{
color: #36226D;
}
</style>
background-color css
<style>
a { background-color: #36226D; }
a { background-color: rgb(54,34,109); }
div.DivClassName
{
background-color: #36226D;
}
.BgClassName
{
background-color: #36226D;
}
</style>
border-color css
<style>
span { border-color: #36226D; }
span { border-color: rgb(54,34,109); }
td.TdClassName
{
border-color: #36226D;
}
.TagClassName
{
border-color: #36226D;
}
</style>