Shades of Windsor #3C238B
Tints of Windsor #3C238B
RGB
CMYK
RGB Variations
Color information
#3C238B (or 0x3C238B) is known color: Windsor. HEX triplet: 3C, 23 and 8B. RGB value is (60,35,139). Sum of RGB (Red+Green+Blue) = 60+35+139=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C238B is #C3DC74. Grayscale: #353535. Windows color (decimal): -12835957 or 9118524. OLE color: 9118524.
HSL color Cylindrical-coordinate representation of color #3C238B: hue angle of 254.42º 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 #3C238B is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 35 | 139 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.45 |
| HSL | 254.42º | 0.6% | 0.34% | - |
| HSV(B) | 254.42º | 0.75% | 0.55% | - |
| XYZ | 7.12 | 4.03 | 24.83 | - |
| YUV | 54.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 139 | 0.57 | 0.75 | 0 | 0.45 | 254.42 | 0.6 | 0.34 |
| Hex | 3C | 23 | 8B | 39 | 4B | 0 | 2D | FE | 3C | 22 |
| Octal | 74 | 43 | 213 | 71 | 113 | 0 | 55 | 376 | 74 | 42 |
| Binary | 111100 | 100011 | 10001011 | 111001 | 1001011 | 0 | 101101 | 11111110 | 111100 | 100010 |
Color Harmonies of #3C238B
Complementary color
Monochromatic Colors of #3C238B
Black with #3C238B
Text Example
Text Example
White with #3C238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C238B; }
p { color: rgb(60,35,139); }
H1.HeaderClassName
{
color: #3C238B;
}
.AnyTagClassName
{
color: #3C238B;
}
</style>
background-color css
<style>
a { background-color: #3C238B; }
a { background-color: rgb(60,35,139); }
div.DivClassName
{
background-color: #3C238B;
}
.BgClassName
{
background-color: #3C238B;
}
</style>
border-color css
<style>
span { border-color: #3C238B; }
span { border-color: rgb(60,35,139); }
td.TdClassName
{
border-color: #3C238B;
}
.TagClassName
{
border-color: #3C238B;
}
</style>