Shades of Windsor #44347B
Tints of Windsor #44347B
RGB
CMYK
RGB Variations
Color information
#44347B (or 0x44347B) is known color: Windsor. HEX triplet: 44, 34 and 7B. RGB value is (68,52,123). Sum of RGB (Red+Green+Blue) = 68+52+123=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #44347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44347B is #BBCB84. Grayscale: #404040. Windows color (decimal): -12307333 or 8074308. OLE color: 8074308.
HSL color Cylindrical-coordinate representation of color #44347B: hue angle of 253.52º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44347B is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 52 | 123 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.52 |
| HSL | 253.52º | 0.41% | 0.34% | - |
| HSV(B) | 253.52º | 0.58% | 0.48% | - |
| XYZ | 7.19 | 5.11 | 19.35 | - |
| YUV | 64.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 123 | 0.45 | 0.58 | 0 | 0.52 | 253.52 | 0.41 | 0.34 |
| Hex | 44 | 34 | 7B | 2D | 3A | 0 | 34 | FE | 29 | 22 |
| Octal | 104 | 64 | 173 | 55 | 72 | 0 | 64 | 376 | 51 | 42 |
| Binary | 1000100 | 110100 | 1111011 | 101101 | 111010 | 0 | 110100 | 11111110 | 101001 | 100010 |
Color Harmonies of #44347B
Complementary color
Monochromatic Colors of #44347B
Black with #44347B
Text Example
Text Example
White with #44347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44347B; }
p { color: rgb(68,52,123); }
H1.HeaderClassName
{
color: #44347B;
}
.AnyTagClassName
{
color: #44347B;
}
</style>
background-color css
<style>
a { background-color: #44347B; }
a { background-color: rgb(68,52,123); }
div.DivClassName
{
background-color: #44347B;
}
.BgClassName
{
background-color: #44347B;
}
</style>
border-color css
<style>
span { border-color: #44347B; }
span { border-color: rgb(68,52,123); }
td.TdClassName
{
border-color: #44347B;
}
.TagClassName
{
border-color: #44347B;
}
</style>