Shades of Windsor #3C287C
Tints of Windsor #3C287C
RGB
CMYK
RGB Variations
Color information
#3C287C (or 0x3C287C) is known color: Windsor. HEX triplet: 3C, 28 and 7C. RGB value is (60,40,124). Sum of RGB (Red+Green+Blue) = 60+40+124=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C287C is #C3D783. Grayscale: #373737. Windows color (decimal): -12834692 or 8136764. OLE color: 8136764.
HSL color Cylindrical-coordinate representation of color #3C287C: hue angle of 254.29º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C287C is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 40 | 124 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.51 |
| HSL | 254.29º | 0.51% | 0.32% | - |
| HSV(B) | 254.29º | 0.68% | 0.49% | - |
| XYZ | 6.26 | 3.93 | 19.5 | - |
| YUV | 55.56 | 166.63 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 124 | 0.52 | 0.68 | 0 | 0.51 | 254.29 | 0.51 | 0.32 |
| Hex | 3C | 28 | 7C | 34 | 44 | 0 | 33 | FE | 33 | 20 |
| Octal | 74 | 50 | 174 | 64 | 104 | 0 | 63 | 376 | 63 | 40 |
| Binary | 111100 | 101000 | 1111100 | 110100 | 1000100 | 0 | 110011 | 11111110 | 110011 | 100000 |
Color Harmonies of #3C287C
Complementary color
Monochromatic Colors of #3C287C
Black with #3C287C
Text Example
Text Example
White with #3C287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C287C; }
p { color: rgb(60,40,124); }
H1.HeaderClassName
{
color: #3C287C;
}
.AnyTagClassName
{
color: #3C287C;
}
</style>
background-color css
<style>
a { background-color: #3C287C; }
a { background-color: rgb(60,40,124); }
div.DivClassName
{
background-color: #3C287C;
}
.BgClassName
{
background-color: #3C287C;
}
</style>
border-color css
<style>
span { border-color: #3C287C; }
span { border-color: rgb(60,40,124); }
td.TdClassName
{
border-color: #3C287C;
}
.TagClassName
{
border-color: #3C287C;
}
</style>