Shades of Windsor #3F238C
Tints of Windsor #3F238C
RGB
CMYK
RGB Variations
Color information
#3F238C (or 0x3F238C) is known color: Windsor. HEX triplet: 3F, 23 and 8C. RGB value is (63,35,140). Sum of RGB (Red+Green+Blue) = 63+35+140=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 140 (55.08% from 255 or 58.82% from 238); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F238C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F238C is #C0DC73. Grayscale: #363636. Windows color (decimal): -12639348 or 9184063. OLE color: 9184063.
HSL color Cylindrical-coordinate representation of color #3F238C: hue angle of 256º 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 #3F238C is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 35 | 140 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.45 |
| HSL | 256º | 0.6% | 0.34% | - |
| HSV(B) | 256º | 0.75% | 0.55% | - |
| XYZ | 7.38 | 4.15 | 25.22 | - |
| YUV | 55.34 | 175.78 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 140 | 0.55 | 0.75 | 0 | 0.45 | 256 | 0.6 | 0.34 |
| Hex | 3F | 23 | 8C | 37 | 4B | 0 | 2D | 100 | 3C | 22 |
| Octal | 77 | 43 | 214 | 67 | 113 | 0 | 55 | 400 | 74 | 42 |
| Binary | 111111 | 100011 | 10001100 | 110111 | 1001011 | 0 | 101101 | 100000000 | 111100 | 100010 |
Color Harmonies of #3F238C
Complementary color
Monochromatic Colors of #3F238C
Black with #3F238C
Text Example
Text Example
White with #3F238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F238C; }
p { color: rgb(63,35,140); }
H1.HeaderClassName
{
color: #3F238C;
}
.AnyTagClassName
{
color: #3F238C;
}
</style>
background-color css
<style>
a { background-color: #3F238C; }
a { background-color: rgb(63,35,140); }
div.DivClassName
{
background-color: #3F238C;
}
.BgClassName
{
background-color: #3F238C;
}
</style>
border-color css
<style>
span { border-color: #3F238C; }
span { border-color: rgb(63,35,140); }
td.TdClassName
{
border-color: #3F238C;
}
.TagClassName
{
border-color: #3F238C;
}
</style>