Shades of Windsor #38287C
Tints of Windsor #38287C
RGB
CMYK
RGB Variations
Color information
#38287C (or 0x38287C) is known color: Windsor. HEX triplet: 38, 28 and 7C. RGB value is (56,40,124). Sum of RGB (Red+Green+Blue) = 56+40+124=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #38287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38287C is #C7D783. Grayscale: #363636. Windows color (decimal): -13096836 or 8136760. OLE color: 8136760.
HSL color Cylindrical-coordinate representation of color #38287C: hue angle of 251.43º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38287C is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 40 | 124 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.51 |
| HSL | 251.43º | 0.51% | 0.32% | - |
| HSV(B) | 251.43º | 0.68% | 0.49% | - |
| XYZ | 6.03 | 3.81 | 19.49 | - |
| YUV | 54.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 124 | 0.55 | 0.68 | 0 | 0.51 | 251.43 | 0.51 | 0.32 |
| Hex | 38 | 28 | 7C | 37 | 44 | 0 | 33 | FB | 33 | 20 |
| Octal | 70 | 50 | 174 | 67 | 104 | 0 | 63 | 373 | 63 | 40 |
| Binary | 111000 | 101000 | 1111100 | 110111 | 1000100 | 0 | 110011 | 11111011 | 110011 | 100000 |
Color Harmonies of #38287C
Complementary color
Monochromatic Colors of #38287C
Black with #38287C
Text Example
Text Example
White with #38287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38287C; }
p { color: rgb(56,40,124); }
H1.HeaderClassName
{
color: #38287C;
}
.AnyTagClassName
{
color: #38287C;
}
</style>
background-color css
<style>
a { background-color: #38287C; }
a { background-color: rgb(56,40,124); }
div.DivClassName
{
background-color: #38287C;
}
.BgClassName
{
background-color: #38287C;
}
</style>
border-color css
<style>
span { border-color: #38287C; }
span { border-color: rgb(56,40,124); }
td.TdClassName
{
border-color: #38287C;
}
.TagClassName
{
border-color: #38287C;
}
</style>