Shades of Windsor #3C287A
Tints of Windsor #3C287A
RGB
CMYK
RGB Variations
Color information
#3C287A (or 0x3C287A) is known color: Windsor. HEX triplet: 3C, 28 and 7A. RGB value is (60,40,122). Sum of RGB (Red+Green+Blue) = 60+40+122=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C287A is #C3D785. Grayscale: #373737. Windows color (decimal): -12834694 or 8005692. OLE color: 8005692.
HSL color Cylindrical-coordinate representation of color #3C287A: hue angle of 254.63º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C287A is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 40 | 122 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.52 |
| HSL | 254.63º | 0.51% | 0.32% | - |
| HSV(B) | 254.63º | 0.67% | 0.48% | - |
| XYZ | 6.14 | 3.88 | 18.84 | - |
| YUV | 55.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 122 | 0.51 | 0.67 | 0 | 0.52 | 254.63 | 0.51 | 0.32 |
| Hex | 3C | 28 | 7A | 33 | 43 | 0 | 34 | FF | 33 | 20 |
| Octal | 74 | 50 | 172 | 63 | 103 | 0 | 64 | 377 | 63 | 40 |
| Binary | 111100 | 101000 | 1111010 | 110011 | 1000011 | 0 | 110100 | 11111111 | 110011 | 100000 |
Color Harmonies of #3C287A
Complementary color
Monochromatic Colors of #3C287A
Black with #3C287A
Text Example
Text Example
White with #3C287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C287A; }
p { color: rgb(60,40,122); }
H1.HeaderClassName
{
color: #3C287A;
}
.AnyTagClassName
{
color: #3C287A;
}
</style>
background-color css
<style>
a { background-color: #3C287A; }
a { background-color: rgb(60,40,122); }
div.DivClassName
{
background-color: #3C287A;
}
.BgClassName
{
background-color: #3C287A;
}
</style>
border-color css
<style>
span { border-color: #3C287A; }
span { border-color: rgb(60,40,122); }
td.TdClassName
{
border-color: #3C287A;
}
.TagClassName
{
border-color: #3C287A;
}
</style>