Shades of Windsor #38297F
Tints of Windsor #38297F
RGB
CMYK
RGB Variations
Color information
#38297F (or 0x38297F) is known color: Windsor. HEX triplet: 38, 29 and 7F. RGB value is (56,41,127). Sum of RGB (Red+Green+Blue) = 56+41+127=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #38297F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38297F is #C7D680. Grayscale: #363636. Windows color (decimal): -13096577 or 8333624. OLE color: 8333624.
HSL color Cylindrical-coordinate representation of color #38297F: hue angle of 250.47º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38297F is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 41 | 127 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.50 |
| HSL | 250.47º | 0.51% | 0.33% | - |
| HSV(B) | 250.47º | 0.68% | 0.5% | - |
| XYZ | 6.25 | 3.96 | 20.51 | - |
| YUV | 55.29 | 168.47 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 127 | 0.56 | 0.68 | 0 | 0.50 | 250.47 | 0.51 | 0.33 |
| Hex | 38 | 29 | 7F | 38 | 44 | 0 | 32 | FA | 33 | 21 |
| Octal | 70 | 51 | 177 | 70 | 104 | 0 | 62 | 372 | 63 | 41 |
| Binary | 111000 | 101001 | 1111111 | 111000 | 1000100 | 0 | 110010 | 11111010 | 110011 | 100001 |
Color Harmonies of #38297F
Complementary color
Monochromatic Colors of #38297F
Black with #38297F
Text Example
Text Example
White with #38297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38297F; }
p { color: rgb(56,41,127); }
H1.HeaderClassName
{
color: #38297F;
}
.AnyTagClassName
{
color: #38297F;
}
</style>
background-color css
<style>
a { background-color: #38297F; }
a { background-color: rgb(56,41,127); }
div.DivClassName
{
background-color: #38297F;
}
.BgClassName
{
background-color: #38297F;
}
</style>
border-color css
<style>
span { border-color: #38297F; }
span { border-color: rgb(56,41,127); }
td.TdClassName
{
border-color: #38297F;
}
.TagClassName
{
border-color: #38297F;
}
</style>