Shades of Windsor #3B2373
Tints of Windsor #3B2373
RGB
CMYK
RGB Variations
Color information
#3B2373 (or 0x3B2373) is known color: Windsor. HEX triplet: 3B, 23 and 73. RGB value is (59,35,115). Sum of RGB (Red+Green+Blue) = 59+35+115=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 35 (14.06% from 255 or 16.75% 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 #3B2373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2373 is #C4DC8C. Grayscale: #323232. Windows color (decimal): -12901517 or 7545659. OLE color: 7545659.
HSL color Cylindrical-coordinate representation of color #3B2373: hue angle of 258º degrees, saturation: 0.53, 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 #3B2373 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 35 | 115 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.55 |
| HSL | 258º | 0.53% | 0.29% | - |
| HSV(B) | 258º | 0.7% | 0.45% | - |
| XYZ | 5.5 | 3.37 | 16.58 | - |
| YUV | 51.3 | 163.95 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 35 | 115 | 0.49 | 0.70 | 0 | 0.55 | 258 | 0.53 | 0.29 |
| Hex | 3B | 23 | 73 | 31 | 46 | 0 | 37 | 102 | 35 | 1D |
| Octal | 73 | 43 | 163 | 61 | 106 | 0 | 67 | 402 | 65 | 35 |
| Binary | 111011 | 100011 | 1110011 | 110001 | 1000110 | 0 | 110111 | 100000010 | 110101 | 11101 |
Color Harmonies of #3B2373
Complementary color
Monochromatic Colors of #3B2373
Black with #3B2373
Text Example
Text Example
White with #3B2373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2373; }
p { color: rgb(59,35,115); }
H1.HeaderClassName
{
color: #3B2373;
}
.AnyTagClassName
{
color: #3B2373;
}
</style>
background-color css
<style>
a { background-color: #3B2373; }
a { background-color: rgb(59,35,115); }
div.DivClassName
{
background-color: #3B2373;
}
.BgClassName
{
background-color: #3B2373;
}
</style>
border-color css
<style>
span { border-color: #3B2373; }
span { border-color: rgb(59,35,115); }
td.TdClassName
{
border-color: #3B2373;
}
.TagClassName
{
border-color: #3B2373;
}
</style>