Shades of Windsor #3C2178
Tints of Windsor #3C2178
RGB
CMYK
RGB Variations
Color information
#3C2178 (or 0x3C2178) is known color: Windsor. HEX triplet: 3C, 21 and 78. RGB value is (60,33,120). Sum of RGB (Red+Green+Blue) = 60+33+120=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C2178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2178 is #C3DE87. Grayscale: #323232. Windows color (decimal): -12836488 or 7872828. OLE color: 7872828.
HSL color Cylindrical-coordinate representation of color #3C2178: hue angle of 258.62º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C2178 is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 33 | 120 | - |
| CMYK | 0.5 | 0.72 | 0 | 0.53 |
| HSL | 258.62º | 0.57% | 0.3% | - |
| HSV(B) | 258.62º | 0.73% | 0.47% | - |
| XYZ | 5.8 | 3.4 | 18.12 | - |
| YUV | 50.99 | 166.95 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 120 | 0.5 | 0.72 | 0 | 0.53 | 258.62 | 0.57 | 0.3 |
| Hex | 3C | 21 | 78 | 32 | 48 | 0 | 35 | 103 | 39 | 1E |
| Octal | 74 | 41 | 170 | 62 | 110 | 0 | 65 | 403 | 71 | 36 |
| Binary | 111100 | 100001 | 1111000 | 110010 | 1001000 | 0 | 110101 | 100000011 | 111001 | 11110 |
Color Harmonies of #3C2178
Complementary color
Monochromatic Colors of #3C2178
Black with #3C2178
Text Example
Text Example
White with #3C2178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2178; }
p { color: rgb(60,33,120); }
H1.HeaderClassName
{
color: #3C2178;
}
.AnyTagClassName
{
color: #3C2178;
}
</style>
background-color css
<style>
a { background-color: #3C2178; }
a { background-color: rgb(60,33,120); }
div.DivClassName
{
background-color: #3C2178;
}
.BgClassName
{
background-color: #3C2178;
}
</style>
border-color css
<style>
span { border-color: #3C2178; }
span { border-color: rgb(60,33,120); }
td.TdClassName
{
border-color: #3C2178;
}
.TagClassName
{
border-color: #3C2178;
}
</style>