Shades of Christalle #36265F
Tints of Christalle #36265F
RGB
CMYK
RGB Variations
Color information
#36265F (or 0x36265F) is known color: Christalle. HEX triplet: 36, 26 and 5F. RGB value is (54,38,95). Sum of RGB (Red+Green+Blue) = 54+38+95=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #36265F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36265F is #C9D9A0. Grayscale: #313131. Windows color (decimal): -13228449 or 6235702. OLE color: 6235702.
HSL color Cylindrical-coordinate representation of color #36265F: hue angle of 256.84º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36265F is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 38 | 95 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.63 |
| HSL | 256.84º | 0.43% | 0.26% | - |
| HSV(B) | 256.84º | 0.6% | 0.37% | - |
| XYZ | 4.28 | 3 | 11.18 | - |
| YUV | 49.28 | 153.8 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 38 | 95 | 0.43 | 0.60 | 0 | 0.63 | 256.84 | 0.43 | 0.26 |
| Hex | 36 | 26 | 5F | 2B | 3C | 0 | 3F | 101 | 2B | 1A |
| Octal | 66 | 46 | 137 | 53 | 74 | 0 | 77 | 401 | 53 | 32 |
| Binary | 110110 | 100110 | 1011111 | 101011 | 111100 | 0 | 111111 | 100000001 | 101011 | 11010 |
Color Harmonies of #36265F
Complementary color
Monochromatic Colors of #36265F
Black with #36265F
Text Example
Text Example
White with #36265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36265F; }
p { color: rgb(54,38,95); }
H1.HeaderClassName
{
color: #36265F;
}
.AnyTagClassName
{
color: #36265F;
}
</style>
background-color css
<style>
a { background-color: #36265F; }
a { background-color: rgb(54,38,95); }
div.DivClassName
{
background-color: #36265F;
}
.BgClassName
{
background-color: #36265F;
}
</style>
border-color css
<style>
span { border-color: #36265F; }
span { border-color: rgb(54,38,95); }
td.TdClassName
{
border-color: #36265F;
}
.TagClassName
{
border-color: #36265F;
}
</style>