Shades of Windsor #44288B
Tints of Windsor #44288B
RGB
CMYK
RGB Variations
Color information
#44288B (or 0x44288B) is known color: Windsor. HEX triplet: 44, 28 and 8B. RGB value is (68,40,139). Sum of RGB (Red+Green+Blue) = 68+40+139=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #44288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44288B is #BBD774. Grayscale: #3B3B3B. Windows color (decimal): -12310389 or 9119812. OLE color: 9119812.
HSL color Cylindrical-coordinate representation of color #44288B: hue angle of 256.97º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44288B is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 40 | 139 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.45 |
| HSL | 256.97º | 0.55% | 0.35% | - |
| HSV(B) | 256.97º | 0.71% | 0.55% | - |
| XYZ | 7.8 | 4.61 | 24.9 | - |
| YUV | 59.66 | 172.78 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 139 | 0.51 | 0.71 | 0 | 0.45 | 256.97 | 0.55 | 0.35 |
| Hex | 44 | 28 | 8B | 33 | 47 | 0 | 2D | 101 | 37 | 23 |
| Octal | 104 | 50 | 213 | 63 | 107 | 0 | 55 | 401 | 67 | 43 |
| Binary | 1000100 | 101000 | 10001011 | 110011 | 1000111 | 0 | 101101 | 100000001 | 110111 | 100011 |
Color Harmonies of #44288B
Complementary color
Monochromatic Colors of #44288B
Black with #44288B
Text Example
Text Example
White with #44288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44288B; }
p { color: rgb(68,40,139); }
H1.HeaderClassName
{
color: #44288B;
}
.AnyTagClassName
{
color: #44288B;
}
</style>
background-color css
<style>
a { background-color: #44288B; }
a { background-color: rgb(68,40,139); }
div.DivClassName
{
background-color: #44288B;
}
.BgClassName
{
background-color: #44288B;
}
</style>
border-color css
<style>
span { border-color: #44288B; }
span { border-color: rgb(68,40,139); }
td.TdClassName
{
border-color: #44288B;
}
.TagClassName
{
border-color: #44288B;
}
</style>