Shades of Windsor #3E238A
Tints of Windsor #3E238A
RGB
CMYK
RGB Variations
Color information
#3E238A (or 0x3E238A) is known color: Windsor. HEX triplet: 3E, 23 and 8A. RGB value is (62,35,138). Sum of RGB (Red+Green+Blue) = 62+35+138=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E238A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E238A is #C1DC75. Grayscale: #363636. Windows color (decimal): -12704886 or 9052990. OLE color: 9052990.
HSL color Cylindrical-coordinate representation of color #3E238A: hue angle of 255.73º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E238A is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 35 | 138 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.46 |
| HSL | 255.73º | 0.6% | 0.34% | - |
| HSV(B) | 255.73º | 0.75% | 0.54% | - |
| XYZ | 7.18 | 4.06 | 24.45 | - |
| YUV | 54.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 138 | 0.55 | 0.75 | 0 | 0.46 | 255.73 | 0.6 | 0.34 |
| Hex | 3E | 23 | 8A | 37 | 4B | 0 | 2E | 100 | 3C | 22 |
| Octal | 76 | 43 | 212 | 67 | 113 | 0 | 56 | 400 | 74 | 42 |
| Binary | 111110 | 100011 | 10001010 | 110111 | 1001011 | 0 | 101110 | 100000000 | 111100 | 100010 |
Color Harmonies of #3E238A
Complementary color
Monochromatic Colors of #3E238A
Black with #3E238A
Text Example
Text Example
White with #3E238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E238A; }
p { color: rgb(62,35,138); }
H1.HeaderClassName
{
color: #3E238A;
}
.AnyTagClassName
{
color: #3E238A;
}
</style>
background-color css
<style>
a { background-color: #3E238A; }
a { background-color: rgb(62,35,138); }
div.DivClassName
{
background-color: #3E238A;
}
.BgClassName
{
background-color: #3E238A;
}
</style>
border-color css
<style>
span { border-color: #3E238A; }
span { border-color: rgb(62,35,138); }
td.TdClassName
{
border-color: #3E238A;
}
.TagClassName
{
border-color: #3E238A;
}
</style>