Shades of Blue Gem #442D91
Tints of Blue Gem #442D91
RGB
CMYK
RGB Variations
Color information
#442D91 (or 0x442D91) is known color: Blue Gem. HEX triplet: 44, 2D and 91. RGB value is (68,45,145). Sum of RGB (Red+Green+Blue) = 68+45+145=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #442D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442D91 is #BBD26E. Grayscale: #3E3E3E. Windows color (decimal): -12309103 or 9514308. OLE color: 9514308.
HSL color Cylindrical-coordinate representation of color #442D91: hue angle of 253.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442D91 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 45 | 145 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.43 |
| HSL | 253.8º | 0.53% | 0.37% | - |
| HSV(B) | 253.8º | 0.69% | 0.57% | - |
| XYZ | 8.43 | 5.15 | 27.34 | - |
| YUV | 63.28 | 174.12 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 145 | 0.53 | 0.69 | 0 | 0.43 | 253.8 | 0.53 | 0.37 |
| Hex | 44 | 2D | 91 | 35 | 45 | 0 | 2B | FE | 35 | 25 |
| Octal | 104 | 55 | 221 | 65 | 105 | 0 | 53 | 376 | 65 | 45 |
| Binary | 1000100 | 101101 | 10010001 | 110101 | 1000101 | 0 | 101011 | 11111110 | 110101 | 100101 |
Color Harmonies of #442D91
Complementary color
Monochromatic Colors of #442D91
Black with #442D91
Text Example
Text Example
White with #442D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442D91; }
p { color: rgb(68,45,145); }
H1.HeaderClassName
{
color: #442D91;
}
.AnyTagClassName
{
color: #442D91;
}
</style>
background-color css
<style>
a { background-color: #442D91; }
a { background-color: rgb(68,45,145); }
div.DivClassName
{
background-color: #442D91;
}
.BgClassName
{
background-color: #442D91;
}
</style>
border-color css
<style>
span { border-color: #442D91; }
span { border-color: rgb(68,45,145); }
td.TdClassName
{
border-color: #442D91;
}
.TagClassName
{
border-color: #442D91;
}
</style>