Shades of Christalle #361F68
Tints of Christalle #361F68
RGB
CMYK
RGB Variations
Color information
#361F68 (or 0x361F68) is known color: Christalle. HEX triplet: 36, 1F and 68. RGB value is (54,31,104). Sum of RGB (Red+Green+Blue) = 54+31+104=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #361F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361F68 is #C9E097. Grayscale: #2D2D2D. Windows color (decimal): -13230232 or 6823734. OLE color: 6823734.
HSL color Cylindrical-coordinate representation of color #361F68: hue angle of 258.9º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #361F68 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 31 | 104 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.59 |
| HSL | 258.9º | 0.54% | 0.26% | - |
| HSV(B) | 258.9º | 0.7% | 0.41% | - |
| XYZ | 4.51 | 2.76 | 13.39 | - |
| YUV | 46.2 | 160.62 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 31 | 104 | 0.48 | 0.70 | 0 | 0.59 | 258.9 | 0.54 | 0.26 |
| Hex | 36 | 1F | 68 | 30 | 46 | 0 | 3B | 103 | 36 | 1A |
| Octal | 66 | 37 | 150 | 60 | 106 | 0 | 73 | 403 | 66 | 32 |
| Binary | 110110 | 11111 | 1101000 | 110000 | 1000110 | 0 | 111011 | 100000011 | 110110 | 11010 |
Color Harmonies of #361F68
Complementary color
Monochromatic Colors of #361F68
Black with #361F68
Text Example
Text Example
White with #361F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361F68; }
p { color: rgb(54,31,104); }
H1.HeaderClassName
{
color: #361F68;
}
.AnyTagClassName
{
color: #361F68;
}
</style>
background-color css
<style>
a { background-color: #361F68; }
a { background-color: rgb(54,31,104); }
div.DivClassName
{
background-color: #361F68;
}
.BgClassName
{
background-color: #361F68;
}
</style>
border-color css
<style>
span { border-color: #361F68; }
span { border-color: rgb(54,31,104); }
td.TdClassName
{
border-color: #361F68;
}
.TagClassName
{
border-color: #361F68;
}
</style>