Shades of Windsor #3C2584
Tints of Windsor #3C2584
RGB
CMYK
RGB Variations
Color information
#3C2584 (or 0x3C2584) is known color: Windsor. HEX triplet: 3C, 25 and 84. RGB value is (60,37,132). Sum of RGB (Red+Green+Blue) = 60+37+132=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C2584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2584 is #C3DA7B. Grayscale: #363636. Windows color (decimal): -12835452 or 8660284. OLE color: 8660284.
HSL color Cylindrical-coordinate representation of color #3C2584: hue angle of 254.53º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C2584 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 37 | 132 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.48 |
| HSL | 254.53º | 0.56% | 0.33% | - |
| HSV(B) | 254.53º | 0.72% | 0.52% | - |
| XYZ | 6.69 | 3.95 | 22.24 | - |
| YUV | 54.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 37 | 132 | 0.55 | 0.72 | 0 | 0.48 | 254.53 | 0.56 | 0.33 |
| Hex | 3C | 25 | 84 | 37 | 48 | 0 | 30 | FF | 38 | 21 |
| Octal | 74 | 45 | 204 | 67 | 110 | 0 | 60 | 377 | 70 | 41 |
| Binary | 111100 | 100101 | 10000100 | 110111 | 1001000 | 0 | 110000 | 11111111 | 111000 | 100001 |
Color Harmonies of #3C2584
Complementary color
Monochromatic Colors of #3C2584
Black with #3C2584
Text Example
Text Example
White with #3C2584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2584; }
p { color: rgb(60,37,132); }
H1.HeaderClassName
{
color: #3C2584;
}
.AnyTagClassName
{
color: #3C2584;
}
</style>
background-color css
<style>
a { background-color: #3C2584; }
a { background-color: rgb(60,37,132); }
div.DivClassName
{
background-color: #3C2584;
}
.BgClassName
{
background-color: #3C2584;
}
</style>
border-color css
<style>
span { border-color: #3C2584; }
span { border-color: rgb(60,37,132); }
td.TdClassName
{
border-color: #3C2584;
}
.TagClassName
{
border-color: #3C2584;
}
</style>