Shades of Christalle #361E5A
Tints of Christalle #361E5A
RGB
CMYK
RGB Variations
Color information
#361E5A (or 0x361E5A) is known color: Christalle. HEX triplet: 36, 1E and 5A. RGB value is (54,30,90). Sum of RGB (Red+Green+Blue) = 54+30+90=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #361E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361E5A is #C9E1A5. Grayscale: #2B2B2B. Windows color (decimal): -13230502 or 5905974. OLE color: 5905974.
HSL color Cylindrical-coordinate representation of color #361E5A: hue angle of 264º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361E5A is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 30 | 90 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.65 |
| HSL | 264º | 0.5% | 0.24% | - |
| HSV(B) | 264º | 0.67% | 0.35% | - |
| XYZ | 3.83 | 2.45 | 9.94 | - |
| YUV | 44.02 | 153.95 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 90 | 0.40 | 0.67 | 0 | 0.65 | 264 | 0.5 | 0.24 |
| Hex | 36 | 1E | 5A | 28 | 43 | 0 | 41 | 108 | 32 | 18 |
| Octal | 66 | 36 | 132 | 50 | 103 | 0 | 101 | 410 | 62 | 30 |
| Binary | 110110 | 11110 | 1011010 | 101000 | 1000011 | 0 | 1000001 | 100001000 | 110010 | 11000 |
Color Harmonies of #361E5A
Complementary color
Monochromatic Colors of #361E5A
Black with #361E5A
Text Example
Text Example
White with #361E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361E5A; }
p { color: rgb(54,30,90); }
H1.HeaderClassName
{
color: #361E5A;
}
.AnyTagClassName
{
color: #361E5A;
}
</style>
background-color css
<style>
a { background-color: #361E5A; }
a { background-color: rgb(54,30,90); }
div.DivClassName
{
background-color: #361E5A;
}
.BgClassName
{
background-color: #361E5A;
}
</style>
border-color css
<style>
span { border-color: #361E5A; }
span { border-color: rgb(54,30,90); }
td.TdClassName
{
border-color: #361E5A;
}
.TagClassName
{
border-color: #361E5A;
}
</style>