Shades of Christalle #36265A
Tints of Christalle #36265A
RGB
CMYK
RGB Variations
Color information
#36265A (or 0x36265A) is known color: Christalle. HEX triplet: 36, 26 and 5A. RGB value is (54,38,90). Sum of RGB (Red+Green+Blue) = 54+38+90=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #36265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36265A is #C9D9A5. Grayscale: #303030. Windows color (decimal): -13228454 or 5908022. OLE color: 5908022.
HSL color Cylindrical-coordinate representation of color #36265A: hue angle of 258.46º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36265A is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 38 | 90 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.65 |
| HSL | 258.46º | 0.41% | 0.25% | - |
| HSV(B) | 258.46º | 0.58% | 0.35% | - |
| XYZ | 4.06 | 2.91 | 10.02 | - |
| YUV | 48.71 | 151.3 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 38 | 90 | 0.40 | 0.58 | 0 | 0.65 | 258.46 | 0.41 | 0.25 |
| Hex | 36 | 26 | 5A | 28 | 3A | 0 | 41 | 102 | 29 | 19 |
| Octal | 66 | 46 | 132 | 50 | 72 | 0 | 101 | 402 | 51 | 31 |
| Binary | 110110 | 100110 | 1011010 | 101000 | 111010 | 0 | 1000001 | 100000010 | 101001 | 11001 |
Color Harmonies of #36265A
Complementary color
Monochromatic Colors of #36265A
Black with #36265A
Text Example
Text Example
White with #36265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36265A; }
p { color: rgb(54,38,90); }
H1.HeaderClassName
{
color: #36265A;
}
.AnyTagClassName
{
color: #36265A;
}
</style>
background-color css
<style>
a { background-color: #36265A; }
a { background-color: rgb(54,38,90); }
div.DivClassName
{
background-color: #36265A;
}
.BgClassName
{
background-color: #36265A;
}
</style>
border-color css
<style>
span { border-color: #36265A; }
span { border-color: rgb(54,38,90); }
td.TdClassName
{
border-color: #36265A;
}
.TagClassName
{
border-color: #36265A;
}
</style>