Shades of Windsor #44237B
Tints of Windsor #44237B
RGB
CMYK
RGB Variations
Color information
#44237B (or 0x44237B) is known color: Windsor. HEX triplet: 44, 23 and 7B. RGB value is (68,35,123). Sum of RGB (Red+Green+Blue) = 68+35+123=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #44237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44237B is #BBDC84. Grayscale: #363636. Windows color (decimal): -12311685 or 8069956. OLE color: 8069956.
HSL color Cylindrical-coordinate representation of color #44237B: hue angle of 262.5º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44237B is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 35 | 123 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.52 |
| HSL | 262.5º | 0.56% | 0.31% | - |
| HSV(B) | 262.5º | 0.72% | 0.48% | - |
| XYZ | 6.56 | 3.86 | 19.14 | - |
| YUV | 54.9 | 166.43 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 35 | 123 | 0.45 | 0.72 | 0 | 0.52 | 262.5 | 0.56 | 0.31 |
| Hex | 44 | 23 | 7B | 2D | 48 | 0 | 34 | 106 | 38 | 1F |
| Octal | 104 | 43 | 173 | 55 | 110 | 0 | 64 | 406 | 70 | 37 |
| Binary | 1000100 | 100011 | 1111011 | 101101 | 1001000 | 0 | 110100 | 100000110 | 111000 | 11111 |
Color Harmonies of #44237B
Complementary color
Monochromatic Colors of #44237B
Black with #44237B
Text Example
Text Example
White with #44237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44237B; }
p { color: rgb(68,35,123); }
H1.HeaderClassName
{
color: #44237B;
}
.AnyTagClassName
{
color: #44237B;
}
</style>
background-color css
<style>
a { background-color: #44237B; }
a { background-color: rgb(68,35,123); }
div.DivClassName
{
background-color: #44237B;
}
.BgClassName
{
background-color: #44237B;
}
</style>
border-color css
<style>
span { border-color: #44237B; }
span { border-color: rgb(68,35,123); }
td.TdClassName
{
border-color: #44237B;
}
.TagClassName
{
border-color: #44237B;
}
</style>