Shades of Blue Gem #442E90
Tints of Blue Gem #442E90
RGB
CMYK
RGB Variations
Color information
#442E90 (or 0x442E90) is known color: Blue Gem. HEX triplet: 44, 2E and 90. RGB value is (68,46,144). Sum of RGB (Red+Green+Blue) = 68+46+144=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #442E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442E90 is #BBD16F. Grayscale: #3F3F3F. Windows color (decimal): -12308848 or 9449028. OLE color: 9449028.
HSL color Cylindrical-coordinate representation of color #442E90: hue angle of 253.47º degrees, saturation: 0.52, 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 #442E90 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 46 | 144 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.44 |
| HSL | 253.47º | 0.52% | 0.37% | - |
| HSV(B) | 253.47º | 0.68% | 0.56% | - |
| XYZ | 8.39 | 5.2 | 26.95 | - |
| YUV | 63.75 | 173.29 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 144 | 0.53 | 0.68 | 0 | 0.44 | 253.47 | 0.52 | 0.37 |
| Hex | 44 | 2E | 90 | 35 | 44 | 0 | 2C | FD | 34 | 25 |
| Octal | 104 | 56 | 220 | 65 | 104 | 0 | 54 | 375 | 64 | 45 |
| Binary | 1000100 | 101110 | 10010000 | 110101 | 1000100 | 0 | 101100 | 11111101 | 110100 | 100101 |
Color Harmonies of #442E90
Complementary color
Monochromatic Colors of #442E90
Black with #442E90
Text Example
Text Example
White with #442E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442E90; }
p { color: rgb(68,46,144); }
H1.HeaderClassName
{
color: #442E90;
}
.AnyTagClassName
{
color: #442E90;
}
</style>
background-color css
<style>
a { background-color: #442E90; }
a { background-color: rgb(68,46,144); }
div.DivClassName
{
background-color: #442E90;
}
.BgClassName
{
background-color: #442E90;
}
</style>
border-color css
<style>
span { border-color: #442E90; }
span { border-color: rgb(68,46,144); }
td.TdClassName
{
border-color: #442E90;
}
.TagClassName
{
border-color: #442E90;
}
</style>