Shades of Windsor #3A248B
Tints of Windsor #3A248B
RGB
CMYK
RGB Variations
Color information
#3A248B (or 0x3A248B) is known color: Windsor. HEX triplet: 3A, 24 and 8B. RGB value is (58,36,139). Sum of RGB (Red+Green+Blue) = 58+36+139=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A248B is #C5DB74. Grayscale: #353535. Windows color (decimal): -12966773 or 9118778. OLE color: 9118778.
HSL color Cylindrical-coordinate representation of color #3A248B: hue angle of 252.82º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A248B is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 36 | 139 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.45 |
| HSL | 252.82º | 0.59% | 0.34% | - |
| HSV(B) | 252.82º | 0.74% | 0.55% | - |
| XYZ | 7.04 | 4.03 | 24.83 | - |
| YUV | 54.32 | 175.79 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 139 | 0.58 | 0.74 | 0 | 0.45 | 252.82 | 0.59 | 0.34 |
| Hex | 3A | 24 | 8B | 3A | 4A | 0 | 2D | FD | 3B | 22 |
| Octal | 72 | 44 | 213 | 72 | 112 | 0 | 55 | 375 | 73 | 42 |
| Binary | 111010 | 100100 | 10001011 | 111010 | 1001010 | 0 | 101101 | 11111101 | 111011 | 100010 |
Color Harmonies of #3A248B
Complementary color
Monochromatic Colors of #3A248B
Black with #3A248B
Text Example
Text Example
White with #3A248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A248B; }
p { color: rgb(58,36,139); }
H1.HeaderClassName
{
color: #3A248B;
}
.AnyTagClassName
{
color: #3A248B;
}
</style>
background-color css
<style>
a { background-color: #3A248B; }
a { background-color: rgb(58,36,139); }
div.DivClassName
{
background-color: #3A248B;
}
.BgClassName
{
background-color: #3A248B;
}
</style>
border-color css
<style>
span { border-color: #3A248B; }
span { border-color: rgb(58,36,139); }
td.TdClassName
{
border-color: #3A248B;
}
.TagClassName
{
border-color: #3A248B;
}
</style>