Shades of Blue Gem #44199F
Tints of Blue Gem #44199F
RGB
CMYK
RGB Variations
Color information
#44199F (or 0x44199F) is known color: Blue Gem. HEX triplet: 44, 19 and 9F. RGB value is (68,25,159). Sum of RGB (Red+Green+Blue) = 68+25+159=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #44199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44199F is #BBE660. Grayscale: #343434. Windows color (decimal): -12314209 or 10426692. OLE color: 10426692.
HSL color Cylindrical-coordinate representation of color #44199F: hue angle of 259.25º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44199F is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 25 | 159 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.38 |
| HSL | 259.25º | 0.73% | 0.36% | - |
| HSV(B) | 259.25º | 0.84% | 0.62% | - |
| XYZ | 8.99 | 4.43 | 33.18 | - |
| YUV | 53.13 | 187.75 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 159 | 0.57 | 0.84 | 0 | 0.38 | 259.25 | 0.73 | 0.36 |
| Hex | 44 | 19 | 9F | 39 | 54 | 0 | 26 | 103 | 49 | 24 |
| Octal | 104 | 31 | 237 | 71 | 124 | 0 | 46 | 403 | 111 | 44 |
| Binary | 1000100 | 11001 | 10011111 | 111001 | 1010100 | 0 | 100110 | 100000011 | 1001001 | 100100 |
Color Harmonies of #44199F
Complementary color
Monochromatic Colors of #44199F
Black with #44199F
Text Example
Text Example
White with #44199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44199F; }
p { color: rgb(68,25,159); }
H1.HeaderClassName
{
color: #44199F;
}
.AnyTagClassName
{
color: #44199F;
}
</style>
background-color css
<style>
a { background-color: #44199F; }
a { background-color: rgb(68,25,159); }
div.DivClassName
{
background-color: #44199F;
}
.BgClassName
{
background-color: #44199F;
}
</style>
border-color css
<style>
span { border-color: #44199F; }
span { border-color: rgb(68,25,159); }
td.TdClassName
{
border-color: #44199F;
}
.TagClassName
{
border-color: #44199F;
}
</style>