Shades of Christalle #361A65
Tints of Christalle #361A65
RGB
CMYK
RGB Variations
Color information
#361A65 (or 0x361A65) is known color: Christalle. HEX triplet: 36, 1A and 65. RGB value is (54,26,101). Sum of RGB (Red+Green+Blue) = 54+26+101=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #361A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361A65 is #C9E59A. Grayscale: #2A2A2A. Windows color (decimal): -13231515 or 6625846. OLE color: 6625846.
HSL color Cylindrical-coordinate representation of color #361A65: hue angle of 262.4º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #361A65 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 26 | 101 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.60 |
| HSL | 262.4º | 0.59% | 0.25% | - |
| HSV(B) | 262.4º | 0.74% | 0.4% | - |
| XYZ | 4.24 | 2.46 | 12.56 | - |
| YUV | 42.92 | 160.78 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 101 | 0.47 | 0.74 | 0 | 0.60 | 262.4 | 0.59 | 0.25 |
| Hex | 36 | 1A | 65 | 2F | 4A | 0 | 3C | 106 | 3B | 19 |
| Octal | 66 | 32 | 145 | 57 | 112 | 0 | 74 | 406 | 73 | 31 |
| Binary | 110110 | 11010 | 1100101 | 101111 | 1001010 | 0 | 111100 | 100000110 | 111011 | 11001 |
Color Harmonies of #361A65
Complementary color
Monochromatic Colors of #361A65
Black with #361A65
Text Example
Text Example
White with #361A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361A65; }
p { color: rgb(54,26,101); }
H1.HeaderClassName
{
color: #361A65;
}
.AnyTagClassName
{
color: #361A65;
}
</style>
background-color css
<style>
a { background-color: #361A65; }
a { background-color: rgb(54,26,101); }
div.DivClassName
{
background-color: #361A65;
}
.BgClassName
{
background-color: #361A65;
}
</style>
border-color css
<style>
span { border-color: #361A65; }
span { border-color: rgb(54,26,101); }
td.TdClassName
{
border-color: #361A65;
}
.TagClassName
{
border-color: #361A65;
}
</style>