Shades of Windsor #3B2B7C
Tints of Windsor #3B2B7C
RGB
CMYK
RGB Variations
Color information
#3B2B7C (or 0x3B2B7C) is known color: Windsor. HEX triplet: 3B, 2B and 7C. RGB value is (59,43,124). Sum of RGB (Red+Green+Blue) = 59+43+124=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B2B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2B7C is #C4D483. Grayscale: #383838. Windows color (decimal): -12899460 or 8137531. OLE color: 8137531.
HSL color Cylindrical-coordinate representation of color #3B2B7C: hue angle of 251.85º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B2B7C is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 43 | 124 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.51 |
| HSL | 251.85º | 0.49% | 0.33% | - |
| HSV(B) | 251.85º | 0.65% | 0.49% | - |
| XYZ | 6.31 | 4.11 | 19.53 | - |
| YUV | 57.02 | 165.8 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 124 | 0.52 | 0.65 | 0 | 0.51 | 251.85 | 0.49 | 0.33 |
| Hex | 3B | 2B | 7C | 34 | 41 | 0 | 33 | FC | 31 | 21 |
| Octal | 73 | 53 | 174 | 64 | 101 | 0 | 63 | 374 | 61 | 41 |
| Binary | 111011 | 101011 | 1111100 | 110100 | 1000001 | 0 | 110011 | 11111100 | 110001 | 100001 |
Color Harmonies of #3B2B7C
Complementary color
Monochromatic Colors of #3B2B7C
Black with #3B2B7C
Text Example
Text Example
White with #3B2B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2B7C; }
p { color: rgb(59,43,124); }
H1.HeaderClassName
{
color: #3B2B7C;
}
.AnyTagClassName
{
color: #3B2B7C;
}
</style>
background-color css
<style>
a { background-color: #3B2B7C; }
a { background-color: rgb(59,43,124); }
div.DivClassName
{
background-color: #3B2B7C;
}
.BgClassName
{
background-color: #3B2B7C;
}
</style>
border-color css
<style>
span { border-color: #3B2B7C; }
span { border-color: rgb(59,43,124); }
td.TdClassName
{
border-color: #3B2B7C;
}
.TagClassName
{
border-color: #3B2B7C;
}
</style>