Shades of Windsor #3A237B
Tints of Windsor #3A237B
RGB
CMYK
RGB Variations
Color information
#3A237B (or 0x3A237B) is known color: Windsor. HEX triplet: 3A, 23 and 7B. RGB value is (58,35,123). Sum of RGB (Red+Green+Blue) = 58+35+123=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A237B is #C5DC84. Grayscale: #333333. Windows color (decimal): -12967045 or 8069946. OLE color: 8069946.
HSL color Cylindrical-coordinate representation of color #3A237B: hue angle of 255.68º 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 #3A237B is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 35 | 123 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.52 |
| HSL | 255.68º | 0.56% | 0.31% | - |
| HSV(B) | 255.68º | 0.72% | 0.48% | - |
| XYZ | 5.92 | 3.53 | 19.11 | - |
| YUV | 51.91 | 168.12 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 123 | 0.53 | 0.72 | 0 | 0.52 | 255.68 | 0.56 | 0.31 |
| Hex | 3A | 23 | 7B | 35 | 48 | 0 | 34 | 100 | 38 | 1F |
| Octal | 72 | 43 | 173 | 65 | 110 | 0 | 64 | 400 | 70 | 37 |
| Binary | 111010 | 100011 | 1111011 | 110101 | 1001000 | 0 | 110100 | 100000000 | 111000 | 11111 |
Color Harmonies of #3A237B
Complementary color
Monochromatic Colors of #3A237B
Black with #3A237B
Text Example
Text Example
White with #3A237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A237B; }
p { color: rgb(58,35,123); }
H1.HeaderClassName
{
color: #3A237B;
}
.AnyTagClassName
{
color: #3A237B;
}
</style>
background-color css
<style>
a { background-color: #3A237B; }
a { background-color: rgb(58,35,123); }
div.DivClassName
{
background-color: #3A237B;
}
.BgClassName
{
background-color: #3A237B;
}
</style>
border-color css
<style>
span { border-color: #3A237B; }
span { border-color: rgb(58,35,123); }
td.TdClassName
{
border-color: #3A237B;
}
.TagClassName
{
border-color: #3A237B;
}
</style>