Shades of Windsor #3C297B
Tints of Windsor #3C297B
RGB
CMYK
RGB Variations
Color information
#3C297B (or 0x3C297B) is known color: Windsor. HEX triplet: 3C, 29 and 7B. RGB value is (60,41,123). Sum of RGB (Red+Green+Blue) = 60+41+123=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C297B is #C3D684. Grayscale: #373737. Windows color (decimal): -12834437 or 8071484. OLE color: 8071484.
HSL color Cylindrical-coordinate representation of color #3C297B: hue angle of 253.9º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C297B is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 41 | 123 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.52 |
| HSL | 253.9º | 0.5% | 0.32% | - |
| HSV(B) | 253.9º | 0.67% | 0.48% | - |
| XYZ | 6.23 | 3.98 | 19.18 | - |
| YUV | 56.03 | 165.79 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 123 | 0.51 | 0.67 | 0 | 0.52 | 253.9 | 0.5 | 0.32 |
| Hex | 3C | 29 | 7B | 33 | 43 | 0 | 34 | FE | 32 | 20 |
| Octal | 74 | 51 | 173 | 63 | 103 | 0 | 64 | 376 | 62 | 40 |
| Binary | 111100 | 101001 | 1111011 | 110011 | 1000011 | 0 | 110100 | 11111110 | 110010 | 100000 |
Color Harmonies of #3C297B
Complementary color
Monochromatic Colors of #3C297B
Black with #3C297B
Text Example
Text Example
White with #3C297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C297B; }
p { color: rgb(60,41,123); }
H1.HeaderClassName
{
color: #3C297B;
}
.AnyTagClassName
{
color: #3C297B;
}
</style>
background-color css
<style>
a { background-color: #3C297B; }
a { background-color: rgb(60,41,123); }
div.DivClassName
{
background-color: #3C297B;
}
.BgClassName
{
background-color: #3C297B;
}
</style>
border-color css
<style>
span { border-color: #3C297B; }
span { border-color: rgb(60,41,123); }
td.TdClassName
{
border-color: #3C297B;
}
.TagClassName
{
border-color: #3C297B;
}
</style>