Shades of Blue Gem #442990
Tints of Blue Gem #442990
RGB
CMYK
RGB Variations
Color information
#442990 (or 0x442990) is known color: Blue Gem. HEX triplet: 44, 29 and 90. RGB value is (68,41,144). Sum of RGB (Red+Green+Blue) = 68+41+144=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #442990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442990 is #BBD66F. Grayscale: #3C3C3C. Windows color (decimal): -12310128 or 9447748. OLE color: 9447748.
HSL color Cylindrical-coordinate representation of color #442990: hue angle of 255.73º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442990 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 41 | 144 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.44 |
| HSL | 255.73º | 0.56% | 0.36% | - |
| HSV(B) | 255.73º | 0.72% | 0.56% | - |
| XYZ | 8.21 | 4.83 | 26.88 | - |
| YUV | 60.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 41 | 144 | 0.53 | 0.72 | 0 | 0.44 | 255.73 | 0.56 | 0.36 |
| Hex | 44 | 29 | 90 | 35 | 48 | 0 | 2C | 100 | 38 | 24 |
| Octal | 104 | 51 | 220 | 65 | 110 | 0 | 54 | 400 | 70 | 44 |
| Binary | 1000100 | 101001 | 10010000 | 110101 | 1001000 | 0 | 101100 | 100000000 | 111000 | 100100 |
Color Harmonies of #442990
Complementary color
Monochromatic Colors of #442990
Black with #442990
Text Example
Text Example
White with #442990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442990; }
p { color: rgb(68,41,144); }
H1.HeaderClassName
{
color: #442990;
}
.AnyTagClassName
{
color: #442990;
}
</style>
background-color css
<style>
a { background-color: #442990; }
a { background-color: rgb(68,41,144); }
div.DivClassName
{
background-color: #442990;
}
.BgClassName
{
background-color: #442990;
}
</style>
border-color css
<style>
span { border-color: #442990; }
span { border-color: rgb(68,41,144); }
td.TdClassName
{
border-color: #442990;
}
.TagClassName
{
border-color: #442990;
}
</style>