Shades of Windsor #3A237E
Tints of Windsor #3A237E
RGB
CMYK
RGB Variations
Color information
#3A237E (or 0x3A237E) is known color: Windsor. HEX triplet: 3A, 23 and 7E. RGB value is (58,35,126). Sum of RGB (Red+Green+Blue) = 58+35+126=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #3A237E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A237E is #C5DC81. Grayscale: #333333. Windows color (decimal): -12967042 or 8266554. OLE color: 8266554.
HSL color Cylindrical-coordinate representation of color #3A237E: hue angle of 255.16º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A237E is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 35 | 126 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.51 |
| HSL | 255.16º | 0.57% | 0.32% | - |
| HSV(B) | 255.16º | 0.72% | 0.49% | - |
| XYZ | 6.11 | 3.61 | 20.11 | - |
| YUV | 52.25 | 169.62 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 126 | 0.54 | 0.72 | 0 | 0.51 | 255.16 | 0.57 | 0.32 |
| Hex | 3A | 23 | 7E | 36 | 48 | 0 | 33 | FF | 39 | 20 |
| Octal | 72 | 43 | 176 | 66 | 110 | 0 | 63 | 377 | 71 | 40 |
| Binary | 111010 | 100011 | 1111110 | 110110 | 1001000 | 0 | 110011 | 11111111 | 111001 | 100000 |
Color Harmonies of #3A237E
Complementary color
Monochromatic Colors of #3A237E
Black with #3A237E
Text Example
Text Example
White with #3A237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A237E; }
p { color: rgb(58,35,126); }
H1.HeaderClassName
{
color: #3A237E;
}
.AnyTagClassName
{
color: #3A237E;
}
</style>
background-color css
<style>
a { background-color: #3A237E; }
a { background-color: rgb(58,35,126); }
div.DivClassName
{
background-color: #3A237E;
}
.BgClassName
{
background-color: #3A237E;
}
</style>
border-color css
<style>
span { border-color: #3A237E; }
span { border-color: rgb(58,35,126); }
td.TdClassName
{
border-color: #3A237E;
}
.TagClassName
{
border-color: #3A237E;
}
</style>