Shades of Blue Gem #442895
Tints of Blue Gem #442895
RGB
CMYK
RGB Variations
Color information
#442895 (or 0x442895) is known color: Blue Gem. HEX triplet: 44, 28 and 95. RGB value is (68,40,149). Sum of RGB (Red+Green+Blue) = 68+40+149=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #442895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442895 is #BBD76A. Grayscale: #3C3C3C. Windows color (decimal): -12310379 or 9775172. OLE color: 9775172.
HSL color Cylindrical-coordinate representation of color #442895: hue angle of 255.41º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #442895 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 40 | 149 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.42 |
| HSL | 255.41º | 0.58% | 0.37% | - |
| HSV(B) | 255.41º | 0.73% | 0.58% | - |
| XYZ | 8.57 | 4.92 | 28.93 | - |
| YUV | 60.8 | 177.78 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 149 | 0.54 | 0.73 | 0 | 0.42 | 255.41 | 0.58 | 0.37 |
| Hex | 44 | 28 | 95 | 36 | 49 | 0 | 2A | FF | 3A | 25 |
| Octal | 104 | 50 | 225 | 66 | 111 | 0 | 52 | 377 | 72 | 45 |
| Binary | 1000100 | 101000 | 10010101 | 110110 | 1001001 | 0 | 101010 | 11111111 | 111010 | 100101 |
Color Harmonies of #442895
Complementary color
Monochromatic Colors of #442895
Black with #442895
Text Example
Text Example
White with #442895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442895; }
p { color: rgb(68,40,149); }
H1.HeaderClassName
{
color: #442895;
}
.AnyTagClassName
{
color: #442895;
}
</style>
background-color css
<style>
a { background-color: #442895; }
a { background-color: rgb(68,40,149); }
div.DivClassName
{
background-color: #442895;
}
.BgClassName
{
background-color: #442895;
}
</style>
border-color css
<style>
span { border-color: #442895; }
span { border-color: rgb(68,40,149); }
td.TdClassName
{
border-color: #442895;
}
.TagClassName
{
border-color: #442895;
}
</style>