Shades of Windsor #3B2A76
Tints of Windsor #3B2A76
RGB
CMYK
RGB Variations
Color information
#3B2A76 (or 0x3B2A76) is known color: Windsor. HEX triplet: 3B, 2A and 76. RGB value is (59,42,118). Sum of RGB (Red+Green+Blue) = 59+42+118=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B2A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2A76 is #C4D589. Grayscale: #373737. Windows color (decimal): -12899722 or 7744059. OLE color: 7744059.
HSL color Cylindrical-coordinate representation of color #3B2A76: hue angle of 253.42º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B2A76 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 42 | 118 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.54 |
| HSL | 253.42º | 0.48% | 0.31% | - |
| HSV(B) | 253.42º | 0.64% | 0.46% | - |
| XYZ | 5.9 | 3.89 | 17.58 | - |
| YUV | 55.75 | 163.13 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 42 | 118 | 0.50 | 0.64 | 0 | 0.54 | 253.42 | 0.48 | 0.31 |
| Hex | 3B | 2A | 76 | 32 | 40 | 0 | 36 | FD | 30 | 1F |
| Octal | 73 | 52 | 166 | 62 | 100 | 0 | 66 | 375 | 60 | 37 |
| Binary | 111011 | 101010 | 1110110 | 110010 | 1000000 | 0 | 110110 | 11111101 | 110000 | 11111 |
Color Harmonies of #3B2A76
Complementary color
Monochromatic Colors of #3B2A76
Black with #3B2A76
Text Example
Text Example
White with #3B2A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2A76; }
p { color: rgb(59,42,118); }
H1.HeaderClassName
{
color: #3B2A76;
}
.AnyTagClassName
{
color: #3B2A76;
}
</style>
background-color css
<style>
a { background-color: #3B2A76; }
a { background-color: rgb(59,42,118); }
div.DivClassName
{
background-color: #3B2A76;
}
.BgClassName
{
background-color: #3B2A76;
}
</style>
border-color css
<style>
span { border-color: #3B2A76; }
span { border-color: rgb(59,42,118); }
td.TdClassName
{
border-color: #3B2A76;
}
.TagClassName
{
border-color: #3B2A76;
}
</style>