Shades of Blue Gem #442E8E
Tints of Blue Gem #442E8E
RGB
CMYK
RGB Variations
Color information
#442E8E (or 0x442E8E) is known color: Blue Gem. HEX triplet: 44, 2E and 8E. RGB value is (68,46,142). Sum of RGB (Red+Green+Blue) = 68+46+142=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #442E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442E8E is #BBD171. Grayscale: #3F3F3F. Windows color (decimal): -12308850 or 9317956. OLE color: 9317956.
HSL color Cylindrical-coordinate representation of color #442E8E: hue angle of 253.75º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442E8E is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 46 | 142 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.44 |
| HSL | 253.75º | 0.51% | 0.37% | - |
| HSV(B) | 253.75º | 0.68% | 0.56% | - |
| XYZ | 8.24 | 5.14 | 26.15 | - |
| YUV | 63.52 | 172.29 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 142 | 0.52 | 0.68 | 0 | 0.44 | 253.75 | 0.51 | 0.37 |
| Hex | 44 | 2E | 8E | 34 | 44 | 0 | 2C | FE | 33 | 25 |
| Octal | 104 | 56 | 216 | 64 | 104 | 0 | 54 | 376 | 63 | 45 |
| Binary | 1000100 | 101110 | 10001110 | 110100 | 1000100 | 0 | 101100 | 11111110 | 110011 | 100101 |
Color Harmonies of #442E8E
Complementary color
Monochromatic Colors of #442E8E
Black with #442E8E
Text Example
Text Example
White with #442E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442E8E; }
p { color: rgb(68,46,142); }
H1.HeaderClassName
{
color: #442E8E;
}
.AnyTagClassName
{
color: #442E8E;
}
</style>
background-color css
<style>
a { background-color: #442E8E; }
a { background-color: rgb(68,46,142); }
div.DivClassName
{
background-color: #442E8E;
}
.BgClassName
{
background-color: #442E8E;
}
</style>
border-color css
<style>
span { border-color: #442E8E; }
span { border-color: rgb(68,46,142); }
td.TdClassName
{
border-color: #442E8E;
}
.TagClassName
{
border-color: #442E8E;
}
</style>