Shades of Windsor #3B237C
Tints of Windsor #3B237C
RGB
CMYK
RGB Variations
Color information
#3B237C (or 0x3B237C) is known color: Windsor. HEX triplet: 3B, 23 and 7C. RGB value is (59,35,124). Sum of RGB (Red+Green+Blue) = 59+35+124=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B237C is #C4DC83. Grayscale: #333333. Windows color (decimal): -12901508 or 8135483. OLE color: 8135483.
HSL color Cylindrical-coordinate representation of color #3B237C: hue angle of 256.18º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B237C is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 35 | 124 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.51 |
| HSL | 256.18º | 0.56% | 0.31% | - |
| HSV(B) | 256.18º | 0.72% | 0.49% | - |
| XYZ | 6.04 | 3.59 | 19.44 | - |
| YUV | 52.32 | 168.45 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 35 | 124 | 0.52 | 0.72 | 0 | 0.51 | 256.18 | 0.56 | 0.31 |
| Hex | 3B | 23 | 7C | 34 | 48 | 0 | 33 | 100 | 38 | 1F |
| Octal | 73 | 43 | 174 | 64 | 110 | 0 | 63 | 400 | 70 | 37 |
| Binary | 111011 | 100011 | 1111100 | 110100 | 1001000 | 0 | 110011 | 100000000 | 111000 | 11111 |
Color Harmonies of #3B237C
Complementary color
Monochromatic Colors of #3B237C
Black with #3B237C
Text Example
Text Example
White with #3B237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B237C; }
p { color: rgb(59,35,124); }
H1.HeaderClassName
{
color: #3B237C;
}
.AnyTagClassName
{
color: #3B237C;
}
</style>
background-color css
<style>
a { background-color: #3B237C; }
a { background-color: rgb(59,35,124); }
div.DivClassName
{
background-color: #3B237C;
}
.BgClassName
{
background-color: #3B237C;
}
</style>
border-color css
<style>
span { border-color: #3B237C; }
span { border-color: rgb(59,35,124); }
td.TdClassName
{
border-color: #3B237C;
}
.TagClassName
{
border-color: #3B237C;
}
</style>