Shades of Windsor #3F238B
Tints of Windsor #3F238B
RGB
CMYK
RGB Variations
Color information
#3F238B (or 0x3F238B) is known color: Windsor. HEX triplet: 3F, 23 and 8B. RGB value is (63,35,139). Sum of RGB (Red+Green+Blue) = 63+35+139=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F238B is #C0DC74. Grayscale: #363636. Windows color (decimal): -12639349 or 9118527. OLE color: 9118527.
HSL color Cylindrical-coordinate representation of color #3F238B: hue angle of 256.15º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F238B is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 35 | 139 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.45 |
| HSL | 256.15º | 0.6% | 0.34% | - |
| HSV(B) | 256.15º | 0.75% | 0.55% | - |
| XYZ | 7.31 | 4.12 | 24.84 | - |
| YUV | 55.23 | 175.28 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 139 | 0.55 | 0.75 | 0 | 0.45 | 256.15 | 0.6 | 0.34 |
| Hex | 3F | 23 | 8B | 37 | 4B | 0 | 2D | 100 | 3C | 22 |
| Octal | 77 | 43 | 213 | 67 | 113 | 0 | 55 | 400 | 74 | 42 |
| Binary | 111111 | 100011 | 10001011 | 110111 | 1001011 | 0 | 101101 | 100000000 | 111100 | 100010 |
Color Harmonies of #3F238B
Complementary color
Monochromatic Colors of #3F238B
Black with #3F238B
Text Example
Text Example
White with #3F238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F238B; }
p { color: rgb(63,35,139); }
H1.HeaderClassName
{
color: #3F238B;
}
.AnyTagClassName
{
color: #3F238B;
}
</style>
background-color css
<style>
a { background-color: #3F238B; }
a { background-color: rgb(63,35,139); }
div.DivClassName
{
background-color: #3F238B;
}
.BgClassName
{
background-color: #3F238B;
}
</style>
border-color css
<style>
span { border-color: #3F238B; }
span { border-color: rgb(63,35,139); }
td.TdClassName
{
border-color: #3F238B;
}
.TagClassName
{
border-color: #3F238B;
}
</style>