Shades of Windsor #3F337C
Tints of Windsor #3F337C
RGB
CMYK
RGB Variations
Color information
#3F337C (or 0x3F337C) is known color: Windsor. HEX triplet: 3F, 33 and 7C. RGB value is (63,51,124). Sum of RGB (Red+Green+Blue) = 63+51+124=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F337C is #C0CC83. Grayscale: #3E3E3E. Windows color (decimal): -12635268 or 8139583. OLE color: 8139583.
HSL color Cylindrical-coordinate representation of color #3F337C: hue angle of 249.86º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F337C is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 51 | 124 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.51 |
| HSL | 249.86º | 0.42% | 0.34% | - |
| HSV(B) | 249.86º | 0.59% | 0.49% | - |
| XYZ | 6.87 | 4.88 | 19.65 | - |
| YUV | 62.91 | 162.48 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 124 | 0.49 | 0.59 | 0 | 0.51 | 249.86 | 0.42 | 0.34 |
| Hex | 3F | 33 | 7C | 31 | 3B | 0 | 33 | FA | 2A | 22 |
| Octal | 77 | 63 | 174 | 61 | 73 | 0 | 63 | 372 | 52 | 42 |
| Binary | 111111 | 110011 | 1111100 | 110001 | 111011 | 0 | 110011 | 11111010 | 101010 | 100010 |
Color Harmonies of #3F337C
Complementary color
Monochromatic Colors of #3F337C
Black with #3F337C
Text Example
Text Example
White with #3F337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F337C; }
p { color: rgb(63,51,124); }
H1.HeaderClassName
{
color: #3F337C;
}
.AnyTagClassName
{
color: #3F337C;
}
</style>
background-color css
<style>
a { background-color: #3F337C; }
a { background-color: rgb(63,51,124); }
div.DivClassName
{
background-color: #3F337C;
}
.BgClassName
{
background-color: #3F337C;
}
</style>
border-color css
<style>
span { border-color: #3F337C; }
span { border-color: rgb(63,51,124); }
td.TdClassName
{
border-color: #3F337C;
}
.TagClassName
{
border-color: #3F337C;
}
</style>