Shades of Windsor #38267C
Tints of Windsor #38267C
RGB
CMYK
RGB Variations
Color information
#38267C (or 0x38267C) is known color: Windsor. HEX triplet: 38, 26 and 7C. RGB value is (56,38,124). Sum of RGB (Red+Green+Blue) = 56+38+124=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #38267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38267C is #C7D983. Grayscale: #343434. Windows color (decimal): -13097348 or 8136248. OLE color: 8136248.
HSL color Cylindrical-coordinate representation of color #38267C: hue angle of 252.56º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38267C is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 38 | 124 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.51 |
| HSL | 252.56º | 0.53% | 0.32% | - |
| HSV(B) | 252.56º | 0.69% | 0.49% | - |
| XYZ | 5.96 | 3.68 | 19.47 | - |
| YUV | 53.19 | 167.96 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 124 | 0.55 | 0.69 | 0 | 0.51 | 252.56 | 0.53 | 0.32 |
| Hex | 38 | 26 | 7C | 37 | 45 | 0 | 33 | FD | 35 | 20 |
| Octal | 70 | 46 | 174 | 67 | 105 | 0 | 63 | 375 | 65 | 40 |
| Binary | 111000 | 100110 | 1111100 | 110111 | 1000101 | 0 | 110011 | 11111101 | 110101 | 100000 |
Color Harmonies of #38267C
Complementary color
Monochromatic Colors of #38267C
Black with #38267C
Text Example
Text Example
White with #38267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38267C; }
p { color: rgb(56,38,124); }
H1.HeaderClassName
{
color: #38267C;
}
.AnyTagClassName
{
color: #38267C;
}
</style>
background-color css
<style>
a { background-color: #38267C; }
a { background-color: rgb(56,38,124); }
div.DivClassName
{
background-color: #38267C;
}
.BgClassName
{
background-color: #38267C;
}
</style>
border-color css
<style>
span { border-color: #38267C; }
span { border-color: rgb(56,38,124); }
td.TdClassName
{
border-color: #38267C;
}
.TagClassName
{
border-color: #38267C;
}
</style>