Shades of Windsor #3C237B
Tints of Windsor #3C237B
RGB
CMYK
RGB Variations
Color information
#3C237B (or 0x3C237B) is known color: Windsor. HEX triplet: 3C, 23 and 7B. RGB value is (60,35,123). Sum of RGB (Red+Green+Blue) = 60+35+123=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C237B is #C3DC84. Grayscale: #343434. Windows color (decimal): -12835973 or 8069948. OLE color: 8069948.
HSL color Cylindrical-coordinate representation of color #3C237B: hue angle of 257.05º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C237B is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 35 | 123 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.52 |
| HSL | 257.05º | 0.56% | 0.31% | - |
| HSV(B) | 257.05º | 0.72% | 0.48% | - |
| XYZ | 6.04 | 3.59 | 19.11 | - |
| YUV | 52.51 | 167.78 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 123 | 0.51 | 0.72 | 0 | 0.52 | 257.05 | 0.56 | 0.31 |
| Hex | 3C | 23 | 7B | 33 | 48 | 0 | 34 | 101 | 38 | 1F |
| Octal | 74 | 43 | 173 | 63 | 110 | 0 | 64 | 401 | 70 | 37 |
| Binary | 111100 | 100011 | 1111011 | 110011 | 1001000 | 0 | 110100 | 100000001 | 111000 | 11111 |
Color Harmonies of #3C237B
Complementary color
Monochromatic Colors of #3C237B
Black with #3C237B
Text Example
Text Example
White with #3C237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C237B; }
p { color: rgb(60,35,123); }
H1.HeaderClassName
{
color: #3C237B;
}
.AnyTagClassName
{
color: #3C237B;
}
</style>
background-color css
<style>
a { background-color: #3C237B; }
a { background-color: rgb(60,35,123); }
div.DivClassName
{
background-color: #3C237B;
}
.BgClassName
{
background-color: #3C237B;
}
</style>
border-color css
<style>
span { border-color: #3C237B; }
span { border-color: rgb(60,35,123); }
td.TdClassName
{
border-color: #3C237B;
}
.TagClassName
{
border-color: #3C237B;
}
</style>