Shades of Blue Gem #44298F
Tints of Blue Gem #44298F
RGB
CMYK
RGB Variations
Color information
#44298F (or 0x44298F) is known color: Blue Gem. HEX triplet: 44, 29 and 8F. RGB value is (68,41,143). Sum of RGB (Red+Green+Blue) = 68+41+143=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 143 (56.25% from 255 or 56.75% from 252); Max value from RGB is 143 - color contains mainly: blue. Hex color #44298F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44298F is #BBD670. Grayscale: #3C3C3C. Windows color (decimal): -12310129 or 9382212. OLE color: 9382212.
HSL color Cylindrical-coordinate representation of color #44298F: hue angle of 255.88º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44298F is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 41 | 143 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.44 |
| HSL | 255.88º | 0.55% | 0.36% | - |
| HSV(B) | 255.88º | 0.71% | 0.56% | - |
| XYZ | 8.13 | 4.8 | 26.48 | - |
| YUV | 60.7 | 174.45 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 41 | 143 | 0.52 | 0.71 | 0 | 0.44 | 255.88 | 0.55 | 0.36 |
| Hex | 44 | 29 | 8F | 34 | 47 | 0 | 2C | 100 | 37 | 24 |
| Octal | 104 | 51 | 217 | 64 | 107 | 0 | 54 | 400 | 67 | 44 |
| Binary | 1000100 | 101001 | 10001111 | 110100 | 1000111 | 0 | 101100 | 100000000 | 110111 | 100100 |
Color Harmonies of #44298F
Complementary color
Monochromatic Colors of #44298F
Black with #44298F
Text Example
Text Example
White with #44298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44298F; }
p { color: rgb(68,41,143); }
H1.HeaderClassName
{
color: #44298F;
}
.AnyTagClassName
{
color: #44298F;
}
</style>
background-color css
<style>
a { background-color: #44298F; }
a { background-color: rgb(68,41,143); }
div.DivClassName
{
background-color: #44298F;
}
.BgClassName
{
background-color: #44298F;
}
</style>
border-color css
<style>
span { border-color: #44298F; }
span { border-color: rgb(68,41,143); }
td.TdClassName
{
border-color: #44298F;
}
.TagClassName
{
border-color: #44298F;
}
</style>