Shades of Windsor #38247B
Tints of Windsor #38247B
RGB
CMYK
RGB Variations
Color information
#38247B (or 0x38247B) is known color: Windsor. HEX triplet: 38, 24 and 7B. RGB value is (56,36,123). Sum of RGB (Red+Green+Blue) = 56+36+123=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #38247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38247B is #C7DB84. Grayscale: #333333. Windows color (decimal): -13097861 or 8070200. OLE color: 8070200.
HSL color Cylindrical-coordinate representation of color #38247B: hue angle of 253.79º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38247B is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 36 | 123 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.52 |
| HSL | 253.79º | 0.55% | 0.31% | - |
| HSV(B) | 253.79º | 0.71% | 0.48% | - |
| XYZ | 5.84 | 3.53 | 19.11 | - |
| YUV | 51.9 | 168.13 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 123 | 0.54 | 0.71 | 0 | 0.52 | 253.79 | 0.55 | 0.31 |
| Hex | 38 | 24 | 7B | 36 | 47 | 0 | 34 | FE | 37 | 1F |
| Octal | 70 | 44 | 173 | 66 | 107 | 0 | 64 | 376 | 67 | 37 |
| Binary | 111000 | 100100 | 1111011 | 110110 | 1000111 | 0 | 110100 | 11111110 | 110111 | 11111 |
Color Harmonies of #38247B
Complementary color
Monochromatic Colors of #38247B
Black with #38247B
Text Example
Text Example
White with #38247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38247B; }
p { color: rgb(56,36,123); }
H1.HeaderClassName
{
color: #38247B;
}
.AnyTagClassName
{
color: #38247B;
}
</style>
background-color css
<style>
a { background-color: #38247B; }
a { background-color: rgb(56,36,123); }
div.DivClassName
{
background-color: #38247B;
}
.BgClassName
{
background-color: #38247B;
}
</style>
border-color css
<style>
span { border-color: #38247B; }
span { border-color: rgb(56,36,123); }
td.TdClassName
{
border-color: #38247B;
}
.TagClassName
{
border-color: #38247B;
}
</style>