Shades of Windsor #3E237B
Tints of Windsor #3E237B
RGB
CMYK
RGB Variations
Color information
#3E237B (or 0x3E237B) is known color: Windsor. HEX triplet: 3E, 23 and 7B. RGB value is (62,35,123). Sum of RGB (Red+Green+Blue) = 62+35+123=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E237B is #C1DC84. Grayscale: #343434. Windows color (decimal): -12704901 or 8069950. OLE color: 8069950.
HSL color Cylindrical-coordinate representation of color #3E237B: hue angle of 258.41º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E237B is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 35 | 123 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.52 |
| HSL | 258.41º | 0.56% | 0.31% | - |
| HSV(B) | 258.41º | 0.72% | 0.48% | - |
| XYZ | 6.16 | 3.66 | 19.12 | - |
| YUV | 53.11 | 167.45 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 123 | 0.50 | 0.72 | 0 | 0.52 | 258.41 | 0.56 | 0.31 |
| Hex | 3E | 23 | 7B | 32 | 48 | 0 | 34 | 102 | 38 | 1F |
| Octal | 76 | 43 | 173 | 62 | 110 | 0 | 64 | 402 | 70 | 37 |
| Binary | 111110 | 100011 | 1111011 | 110010 | 1001000 | 0 | 110100 | 100000010 | 111000 | 11111 |
Color Harmonies of #3E237B
Complementary color
Monochromatic Colors of #3E237B
Black with #3E237B
Text Example
Text Example
White with #3E237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E237B; }
p { color: rgb(62,35,123); }
H1.HeaderClassName
{
color: #3E237B;
}
.AnyTagClassName
{
color: #3E237B;
}
</style>
background-color css
<style>
a { background-color: #3E237B; }
a { background-color: rgb(62,35,123); }
div.DivClassName
{
background-color: #3E237B;
}
.BgClassName
{
background-color: #3E237B;
}
</style>
border-color css
<style>
span { border-color: #3E237B; }
span { border-color: rgb(62,35,123); }
td.TdClassName
{
border-color: #3E237B;
}
.TagClassName
{
border-color: #3E237B;
}
</style>