Shades of Windsor #38297B
Tints of Windsor #38297B
RGB
CMYK
RGB Variations
Color information
#38297B (or 0x38297B) is known color: Windsor. HEX triplet: 38, 29 and 7B. RGB value is (56,41,123). Sum of RGB (Red+Green+Blue) = 56+41+123=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #38297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38297B is #C7D684. Grayscale: #363636. Windows color (decimal): -13096581 or 8071480. OLE color: 8071480.
HSL color Cylindrical-coordinate representation of color #38297B: hue angle of 250.98º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38297B is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 41 | 123 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.52 |
| HSL | 250.98º | 0.5% | 0.32% | - |
| HSV(B) | 250.98º | 0.67% | 0.48% | - |
| XYZ | 6 | 3.86 | 19.17 | - |
| YUV | 54.83 | 166.47 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 123 | 0.54 | 0.67 | 0 | 0.52 | 250.98 | 0.5 | 0.32 |
| Hex | 38 | 29 | 7B | 36 | 43 | 0 | 34 | FB | 32 | 20 |
| Octal | 70 | 51 | 173 | 66 | 103 | 0 | 64 | 373 | 62 | 40 |
| Binary | 111000 | 101001 | 1111011 | 110110 | 1000011 | 0 | 110100 | 11111011 | 110010 | 100000 |
Color Harmonies of #38297B
Complementary color
Monochromatic Colors of #38297B
Black with #38297B
Text Example
Text Example
White with #38297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38297B; }
p { color: rgb(56,41,123); }
H1.HeaderClassName
{
color: #38297B;
}
.AnyTagClassName
{
color: #38297B;
}
</style>
background-color css
<style>
a { background-color: #38297B; }
a { background-color: rgb(56,41,123); }
div.DivClassName
{
background-color: #38297B;
}
.BgClassName
{
background-color: #38297B;
}
</style>
border-color css
<style>
span { border-color: #38297B; }
span { border-color: rgb(56,41,123); }
td.TdClassName
{
border-color: #38297B;
}
.TagClassName
{
border-color: #38297B;
}
</style>