Shades of Windsor #3D248C
Tints of Windsor #3D248C
RGB
CMYK
RGB Variations
Color information
#3D248C (or 0x3D248C) is known color: Windsor. HEX triplet: 3D, 24 and 8C. RGB value is (61,36,140). Sum of RGB (Red+Green+Blue) = 61+36+140=237 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.74% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #3D248C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D248C is #C2DB73. Grayscale: #363636. Windows color (decimal): -12770164 or 9184317. OLE color: 9184317.
HSL color Cylindrical-coordinate representation of color #3D248C: hue angle of 254.42º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D248C is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 36 | 140 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.45 |
| HSL | 254.42º | 0.59% | 0.35% | - |
| HSV(B) | 254.42º | 0.74% | 0.55% | - |
| XYZ | 7.29 | 4.15 | 25.23 | - |
| YUV | 55.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 36 | 140 | 0.56 | 0.74 | 0 | 0.45 | 254.42 | 0.59 | 0.35 |
| Hex | 3D | 24 | 8C | 38 | 4A | 0 | 2D | FE | 3B | 23 |
| Octal | 75 | 44 | 214 | 70 | 112 | 0 | 55 | 376 | 73 | 43 |
| Binary | 111101 | 100100 | 10001100 | 111000 | 1001010 | 0 | 101101 | 11111110 | 111011 | 100011 |
Color Harmonies of #3D248C
Complementary color
Monochromatic Colors of #3D248C
Black with #3D248C
Text Example
Text Example
White with #3D248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D248C; }
p { color: rgb(61,36,140); }
H1.HeaderClassName
{
color: #3D248C;
}
.AnyTagClassName
{
color: #3D248C;
}
</style>
background-color css
<style>
a { background-color: #3D248C; }
a { background-color: rgb(61,36,140); }
div.DivClassName
{
background-color: #3D248C;
}
.BgClassName
{
background-color: #3D248C;
}
</style>
border-color css
<style>
span { border-color: #3D248C; }
span { border-color: rgb(61,36,140); }
td.TdClassName
{
border-color: #3D248C;
}
.TagClassName
{
border-color: #3D248C;
}
</style>