Shades of Christalle #3C256D
Tints of Christalle #3C256D
RGB
CMYK
RGB Variations
Color information
#3C256D (or 0x3C256D) is known color: Christalle. HEX triplet: 3C, 25 and 6D. RGB value is (60,37,109). Sum of RGB (Red+Green+Blue) = 60+37+109=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C256D is #C3DA92. Grayscale: #333333. Windows color (decimal): -12835475 or 7152956. OLE color: 7152956.
HSL color Cylindrical-coordinate representation of color #3C256D: hue angle of 259.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C256D is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 37 | 109 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.57 |
| HSL | 259.17º | 0.49% | 0.29% | - |
| HSV(B) | 259.17º | 0.66% | 0.43% | - |
| XYZ | 5.29 | 3.39 | 14.84 | - |
| YUV | 52.09 | 160.12 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 37 | 109 | 0.45 | 0.66 | 0 | 0.57 | 259.17 | 0.49 | 0.29 |
| Hex | 3C | 25 | 6D | 2D | 42 | 0 | 39 | 103 | 31 | 1D |
| Octal | 74 | 45 | 155 | 55 | 102 | 0 | 71 | 403 | 61 | 35 |
| Binary | 111100 | 100101 | 1101101 | 101101 | 1000010 | 0 | 111001 | 100000011 | 110001 | 11101 |
Color Harmonies of #3C256D
Complementary color
Monochromatic Colors of #3C256D
Black with #3C256D
Text Example
Text Example
White with #3C256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C256D; }
p { color: rgb(60,37,109); }
H1.HeaderClassName
{
color: #3C256D;
}
.AnyTagClassName
{
color: #3C256D;
}
</style>
background-color css
<style>
a { background-color: #3C256D; }
a { background-color: rgb(60,37,109); }
div.DivClassName
{
background-color: #3C256D;
}
.BgClassName
{
background-color: #3C256D;
}
</style>
border-color css
<style>
span { border-color: #3C256D; }
span { border-color: rgb(60,37,109); }
td.TdClassName
{
border-color: #3C256D;
}
.TagClassName
{
border-color: #3C256D;
}
</style>