Shades of Windsor #3C237D
Tints of Windsor #3C237D
RGB
CMYK
RGB Variations
Color information
#3C237D (or 0x3C237D) is known color: Windsor. HEX triplet: 3C, 23 and 7D. RGB value is (60,35,125). Sum of RGB (Red+Green+Blue) = 60+35+125=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C237D is #C3DC82. Grayscale: #343434. Windows color (decimal): -12835971 or 8201020. OLE color: 8201020.
HSL color Cylindrical-coordinate representation of color #3C237D: hue angle of 256.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C237D is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 35 | 125 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.51 |
| HSL | 256.67º | 0.56% | 0.31% | - |
| HSV(B) | 256.67º | 0.72% | 0.49% | - |
| XYZ | 6.17 | 3.64 | 19.78 | - |
| YUV | 52.74 | 168.78 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 125 | 0.52 | 0.72 | 0 | 0.51 | 256.67 | 0.56 | 0.31 |
| Hex | 3C | 23 | 7D | 34 | 48 | 0 | 33 | 101 | 38 | 1F |
| Octal | 74 | 43 | 175 | 64 | 110 | 0 | 63 | 401 | 70 | 37 |
| Binary | 111100 | 100011 | 1111101 | 110100 | 1001000 | 0 | 110011 | 100000001 | 111000 | 11111 |
Color Harmonies of #3C237D
Complementary color
Monochromatic Colors of #3C237D
Black with #3C237D
Text Example
Text Example
White with #3C237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C237D; }
p { color: rgb(60,35,125); }
H1.HeaderClassName
{
color: #3C237D;
}
.AnyTagClassName
{
color: #3C237D;
}
</style>
background-color css
<style>
a { background-color: #3C237D; }
a { background-color: rgb(60,35,125); }
div.DivClassName
{
background-color: #3C237D;
}
.BgClassName
{
background-color: #3C237D;
}
</style>
border-color css
<style>
span { border-color: #3C237D; }
span { border-color: rgb(60,35,125); }
td.TdClassName
{
border-color: #3C237D;
}
.TagClassName
{
border-color: #3C237D;
}
</style>