Shades of Windsor #3C248A
Tints of Windsor #3C248A
RGB
CMYK
RGB Variations
Color information
#3C248A (or 0x3C248A) is known color: Windsor. HEX triplet: 3C, 24 and 8A. RGB value is (60,36,138). Sum of RGB (Red+Green+Blue) = 60+36+138=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C248A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C248A is #C3DB75. Grayscale: #363636. Windows color (decimal): -12835702 or 9053244. OLE color: 9053244.
HSL color Cylindrical-coordinate representation of color #3C248A: hue angle of 254.12º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C248A is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 36 | 138 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.46 |
| HSL | 254.12º | 0.59% | 0.34% | - |
| HSV(B) | 254.12º | 0.74% | 0.54% | - |
| XYZ | 7.08 | 4.06 | 24.45 | - |
| YUV | 54.8 | 174.95 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 138 | 0.57 | 0.74 | 0 | 0.46 | 254.12 | 0.59 | 0.34 |
| Hex | 3C | 24 | 8A | 39 | 4A | 0 | 2E | FE | 3B | 22 |
| Octal | 74 | 44 | 212 | 71 | 112 | 0 | 56 | 376 | 73 | 42 |
| Binary | 111100 | 100100 | 10001010 | 111001 | 1001010 | 0 | 101110 | 11111110 | 111011 | 100010 |
Color Harmonies of #3C248A
Complementary color
Monochromatic Colors of #3C248A
Black with #3C248A
Text Example
Text Example
White with #3C248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C248A; }
p { color: rgb(60,36,138); }
H1.HeaderClassName
{
color: #3C248A;
}
.AnyTagClassName
{
color: #3C248A;
}
</style>
background-color css
<style>
a { background-color: #3C248A; }
a { background-color: rgb(60,36,138); }
div.DivClassName
{
background-color: #3C248A;
}
.BgClassName
{
background-color: #3C248A;
}
</style>
border-color css
<style>
span { border-color: #3C248A; }
span { border-color: rgb(60,36,138); }
td.TdClassName
{
border-color: #3C248A;
}
.TagClassName
{
border-color: #3C248A;
}
</style>