Shades of Windsor #3C2273
Tints of Windsor #3C2273
RGB
CMYK
RGB Variations
Color information
#3C2273 (or 0x3C2273) is known color: Windsor. HEX triplet: 3C, 22 and 73. RGB value is (60,34,115). Sum of RGB (Red+Green+Blue) = 60+34+115=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C2273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2273 is #C3DD8C. Grayscale: #323232. Windows color (decimal): -12836237 or 7545404. OLE color: 7545404.
HSL color Cylindrical-coordinate representation of color #3C2273: hue angle of 259.26º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C2273 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 34 | 115 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.55 |
| HSL | 259.26º | 0.54% | 0.29% | - |
| HSV(B) | 259.26º | 0.7% | 0.45% | - |
| XYZ | 5.53 | 3.34 | 16.57 | - |
| YUV | 51.01 | 164.11 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 115 | 0.48 | 0.70 | 0 | 0.55 | 259.26 | 0.54 | 0.29 |
| Hex | 3C | 22 | 73 | 30 | 46 | 0 | 37 | 103 | 36 | 1D |
| Octal | 74 | 42 | 163 | 60 | 106 | 0 | 67 | 403 | 66 | 35 |
| Binary | 111100 | 100010 | 1110011 | 110000 | 1000110 | 0 | 110111 | 100000011 | 110110 | 11101 |
Color Harmonies of #3C2273
Complementary color
Monochromatic Colors of #3C2273
Black with #3C2273
Text Example
Text Example
White with #3C2273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2273; }
p { color: rgb(60,34,115); }
H1.HeaderClassName
{
color: #3C2273;
}
.AnyTagClassName
{
color: #3C2273;
}
</style>
background-color css
<style>
a { background-color: #3C2273; }
a { background-color: rgb(60,34,115); }
div.DivClassName
{
background-color: #3C2273;
}
.BgClassName
{
background-color: #3C2273;
}
</style>
border-color css
<style>
span { border-color: #3C2273; }
span { border-color: rgb(60,34,115); }
td.TdClassName
{
border-color: #3C2273;
}
.TagClassName
{
border-color: #3C2273;
}
</style>