Shades of Christalle #36045C
Tints of Christalle #36045C
RGB
CMYK
RGB Variations
Color information
#36045C (or 0x36045C) is known color: Christalle. HEX triplet: 36, 04 and 5C. RGB value is (54,4,92). Sum of RGB (Red+Green+Blue) = 54+4+92=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #36045C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36045C is #C9FBA3. Grayscale: #1C1C1C. Windows color (decimal): -13237156 or 6030390. OLE color: 6030390.
HSL color Cylindrical-coordinate representation of color #36045C: hue angle of 274.09º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36045C is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 4 | 92 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.64 |
| HSL | 274.09º | 0.92% | 0.19% | - |
| HSV(B) | 274.09º | 0.96% | 0.36% | - |
| XYZ | 3.5 | 1.64 | 10.26 | - |
| YUV | 28.98 | 163.57 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 92 | 0.41 | 0.96 | 0 | 0.64 | 274.09 | 0.92 | 0.19 |
| Hex | 36 | 4 | 5C | 29 | 60 | 0 | 40 | 112 | 5C | 13 |
| Octal | 66 | 4 | 134 | 51 | 140 | 0 | 100 | 422 | 134 | 23 |
| Binary | 110110 | 100 | 1011100 | 101001 | 1100000 | 0 | 1000000 | 100010010 | 1011100 | 10011 |
Color Harmonies of #36045C
Complementary color
Monochromatic Colors of #36045C
Black with #36045C
Text Example
Text Example
White with #36045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36045C; }
p { color: rgb(54,4,92); }
H1.HeaderClassName
{
color: #36045C;
}
.AnyTagClassName
{
color: #36045C;
}
</style>
background-color css
<style>
a { background-color: #36045C; }
a { background-color: rgb(54,4,92); }
div.DivClassName
{
background-color: #36045C;
}
.BgClassName
{
background-color: #36045C;
}
</style>
border-color css
<style>
span { border-color: #36045C; }
span { border-color: rgb(54,4,92); }
td.TdClassName
{
border-color: #36045C;
}
.TagClassName
{
border-color: #36045C;
}
</style>