Shades of Windsor #38297E
Tints of Windsor #38297E
RGB
CMYK
RGB Variations
Color information
#38297E (or 0x38297E) is known color: Windsor. HEX triplet: 38, 29 and 7E. RGB value is (56,41,126). Sum of RGB (Red+Green+Blue) = 56+41+126=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 126 (49.61% from 255 or 56.50% from 223); Max value from RGB is 126 - color contains mainly: blue. Hex color #38297E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38297E is #C7D681. Grayscale: #363636. Windows color (decimal): -13096578 or 8268088. OLE color: 8268088.
HSL color Cylindrical-coordinate representation of color #38297E: hue angle of 250.59º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38297E is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 41 | 126 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.51 |
| HSL | 250.59º | 0.51% | 0.33% | - |
| HSV(B) | 250.59º | 0.67% | 0.49% | - |
| XYZ | 6.19 | 3.93 | 20.17 | - |
| YUV | 55.18 | 167.97 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 126 | 0.56 | 0.67 | 0 | 0.51 | 250.59 | 0.51 | 0.33 |
| Hex | 38 | 29 | 7E | 38 | 43 | 0 | 33 | FB | 33 | 21 |
| Octal | 70 | 51 | 176 | 70 | 103 | 0 | 63 | 373 | 63 | 41 |
| Binary | 111000 | 101001 | 1111110 | 111000 | 1000011 | 0 | 110011 | 11111011 | 110011 | 100001 |
Color Harmonies of #38297E
Complementary color
Monochromatic Colors of #38297E
Black with #38297E
Text Example
Text Example
White with #38297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38297E; }
p { color: rgb(56,41,126); }
H1.HeaderClassName
{
color: #38297E;
}
.AnyTagClassName
{
color: #38297E;
}
</style>
background-color css
<style>
a { background-color: #38297E; }
a { background-color: rgb(56,41,126); }
div.DivClassName
{
background-color: #38297E;
}
.BgClassName
{
background-color: #38297E;
}
</style>
border-color css
<style>
span { border-color: #38297E; }
span { border-color: rgb(56,41,126); }
td.TdClassName
{
border-color: #38297E;
}
.TagClassName
{
border-color: #38297E;
}
</style>