Shades of Blue Gem #44288D
Tints of Blue Gem #44288D
RGB
CMYK
RGB Variations
Color information
#44288D (or 0x44288D) is known color: Blue Gem. HEX triplet: 44, 28 and 8D. RGB value is (68,40,141). Sum of RGB (Red+Green+Blue) = 68+40+141=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #44288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44288D is #BBD772. Grayscale: #3B3B3B. Windows color (decimal): -12310387 or 9250884. OLE color: 9250884.
HSL color Cylindrical-coordinate representation of color #44288D: hue angle of 256.63º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44288D is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 40 | 141 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.45 |
| HSL | 256.63º | 0.56% | 0.35% | - |
| HSV(B) | 256.63º | 0.72% | 0.55% | - |
| XYZ | 7.95 | 4.67 | 25.68 | - |
| YUV | 59.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 141 | 0.52 | 0.72 | 0 | 0.45 | 256.63 | 0.56 | 0.35 |
| Hex | 44 | 28 | 8D | 34 | 48 | 0 | 2D | 101 | 38 | 23 |
| Octal | 104 | 50 | 215 | 64 | 110 | 0 | 55 | 401 | 70 | 43 |
| Binary | 1000100 | 101000 | 10001101 | 110100 | 1001000 | 0 | 101101 | 100000001 | 111000 | 100011 |
Color Harmonies of #44288D
Complementary color
Monochromatic Colors of #44288D
Black with #44288D
Text Example
Text Example
White with #44288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44288D; }
p { color: rgb(68,40,141); }
H1.HeaderClassName
{
color: #44288D;
}
.AnyTagClassName
{
color: #44288D;
}
</style>
background-color css
<style>
a { background-color: #44288D; }
a { background-color: rgb(68,40,141); }
div.DivClassName
{
background-color: #44288D;
}
.BgClassName
{
background-color: #44288D;
}
</style>
border-color css
<style>
span { border-color: #44288D; }
span { border-color: rgb(68,40,141); }
td.TdClassName
{
border-color: #44288D;
}
.TagClassName
{
border-color: #44288D;
}
</style>