Shades of Windsor #3C287F
Tints of Windsor #3C287F
RGB
CMYK
RGB Variations
Color information
#3C287F (or 0x3C287F) is known color: Windsor. HEX triplet: 3C, 28 and 7F. RGB value is (60,40,127). Sum of RGB (Red+Green+Blue) = 60+40+127=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C287F is #C3D780. Grayscale: #373737. Windows color (decimal): -12834689 or 8333372. OLE color: 8333372.
HSL color Cylindrical-coordinate representation of color #3C287F: hue angle of 253.79º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C287F is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 40 | 127 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.50 |
| HSL | 253.79º | 0.52% | 0.33% | - |
| HSV(B) | 253.79º | 0.69% | 0.5% | - |
| XYZ | 6.45 | 4.01 | 20.51 | - |
| YUV | 55.9 | 168.13 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 127 | 0.53 | 0.69 | 0 | 0.50 | 253.79 | 0.52 | 0.33 |
| Hex | 3C | 28 | 7F | 35 | 45 | 0 | 32 | FE | 34 | 21 |
| Octal | 74 | 50 | 177 | 65 | 105 | 0 | 62 | 376 | 64 | 41 |
| Binary | 111100 | 101000 | 1111111 | 110101 | 1000101 | 0 | 110010 | 11111110 | 110100 | 100001 |
Color Harmonies of #3C287F
Complementary color
Monochromatic Colors of #3C287F
Black with #3C287F
Text Example
Text Example
White with #3C287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C287F; }
p { color: rgb(60,40,127); }
H1.HeaderClassName
{
color: #3C287F;
}
.AnyTagClassName
{
color: #3C287F;
}
</style>
background-color css
<style>
a { background-color: #3C287F; }
a { background-color: rgb(60,40,127); }
div.DivClassName
{
background-color: #3C287F;
}
.BgClassName
{
background-color: #3C287F;
}
</style>
border-color css
<style>
span { border-color: #3C287F; }
span { border-color: rgb(60,40,127); }
td.TdClassName
{
border-color: #3C287F;
}
.TagClassName
{
border-color: #3C287F;
}
</style>