Shades of Windsor #3B2673
Tints of Windsor #3B2673
RGB
CMYK
RGB Variations
Color information
#3B2673 (or 0x3B2673) is known color: Windsor. HEX triplet: 3B, 26 and 73. RGB value is (59,38,115). Sum of RGB (Red+Green+Blue) = 59+38+115=212 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.83% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B2673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2673 is #C4D98C. Grayscale: #343434. Windows color (decimal): -12900749 or 7546427. OLE color: 7546427.
HSL color Cylindrical-coordinate representation of color #3B2673: hue angle of 256.36º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B2673 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 38 | 115 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.55 |
| HSL | 256.36º | 0.5% | 0.3% | - |
| HSV(B) | 256.36º | 0.67% | 0.45% | - |
| XYZ | 5.59 | 3.55 | 16.61 | - |
| YUV | 53.06 | 162.96 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 115 | 0.49 | 0.67 | 0 | 0.55 | 256.36 | 0.5 | 0.3 |
| Hex | 3B | 26 | 73 | 31 | 43 | 0 | 37 | 100 | 32 | 1E |
| Octal | 73 | 46 | 163 | 61 | 103 | 0 | 67 | 400 | 62 | 36 |
| Binary | 111011 | 100110 | 1110011 | 110001 | 1000011 | 0 | 110111 | 100000000 | 110010 | 11110 |
Color Harmonies of #3B2673
Complementary color
Monochromatic Colors of #3B2673
Black with #3B2673
Text Example
Text Example
White with #3B2673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2673; }
p { color: rgb(59,38,115); }
H1.HeaderClassName
{
color: #3B2673;
}
.AnyTagClassName
{
color: #3B2673;
}
</style>
background-color css
<style>
a { background-color: #3B2673; }
a { background-color: rgb(59,38,115); }
div.DivClassName
{
background-color: #3B2673;
}
.BgClassName
{
background-color: #3B2673;
}
</style>
border-color css
<style>
span { border-color: #3B2673; }
span { border-color: rgb(59,38,115); }
td.TdClassName
{
border-color: #3B2673;
}
.TagClassName
{
border-color: #3B2673;
}
</style>