Shades of Blue Gem #442896
Tints of Blue Gem #442896
RGB
CMYK
RGB Variations
Color information
#442896 (or 0x442896) is known color: Blue Gem. HEX triplet: 44, 28 and 96. RGB value is (68,40,150). Sum of RGB (Red+Green+Blue) = 68+40+150=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #442896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442896 is #BBD769. Grayscale: #3C3C3C. Windows color (decimal): -12310378 or 9840708. OLE color: 9840708.
HSL color Cylindrical-coordinate representation of color #442896: hue angle of 255.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #442896 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 40 | 150 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.41 |
| HSL | 255.27º | 0.58% | 0.37% | - |
| HSV(B) | 255.27º | 0.73% | 0.59% | - |
| XYZ | 8.65 | 4.95 | 29.35 | - |
| YUV | 60.91 | 178.28 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 150 | 0.55 | 0.73 | 0 | 0.41 | 255.27 | 0.58 | 0.37 |
| Hex | 44 | 28 | 96 | 37 | 49 | 0 | 29 | FF | 3A | 25 |
| Octal | 104 | 50 | 226 | 67 | 111 | 0 | 51 | 377 | 72 | 45 |
| Binary | 1000100 | 101000 | 10010110 | 110111 | 1001001 | 0 | 101001 | 11111111 | 111010 | 100101 |
Color Harmonies of #442896
Complementary color
Monochromatic Colors of #442896
Black with #442896
Text Example
Text Example
White with #442896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442896; }
p { color: rgb(68,40,150); }
H1.HeaderClassName
{
color: #442896;
}
.AnyTagClassName
{
color: #442896;
}
</style>
background-color css
<style>
a { background-color: #442896; }
a { background-color: rgb(68,40,150); }
div.DivClassName
{
background-color: #442896;
}
.BgClassName
{
background-color: #442896;
}
</style>
border-color css
<style>
span { border-color: #442896; }
span { border-color: rgb(68,40,150); }
td.TdClassName
{
border-color: #442896;
}
.TagClassName
{
border-color: #442896;
}
</style>