Shades of Blue Gem #442893
Tints of Blue Gem #442893
RGB
CMYK
RGB Variations
Color information
#442893 (or 0x442893) is known color: Blue Gem. HEX triplet: 44, 28 and 93. RGB value is (68,40,147). Sum of RGB (Red+Green+Blue) = 68+40+147=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #442893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442893 is #BBD76C. Grayscale: #3C3C3C. Windows color (decimal): -12310381 or 9644100. OLE color: 9644100.
HSL color Cylindrical-coordinate representation of color #442893: hue angle of 255.7º degrees, saturation: 0.57, 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 #442893 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 40 | 147 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.42 |
| HSL | 255.7º | 0.57% | 0.37% | - |
| HSV(B) | 255.7º | 0.73% | 0.58% | - |
| XYZ | 8.41 | 4.85 | 28.1 | - |
| YUV | 60.57 | 176.78 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 147 | 0.54 | 0.73 | 0 | 0.42 | 255.7 | 0.57 | 0.37 |
| Hex | 44 | 28 | 93 | 36 | 49 | 0 | 2A | 100 | 39 | 25 |
| Octal | 104 | 50 | 223 | 66 | 111 | 0 | 52 | 400 | 71 | 45 |
| Binary | 1000100 | 101000 | 10010011 | 110110 | 1001001 | 0 | 101010 | 100000000 | 111001 | 100101 |
Color Harmonies of #442893
Complementary color
Monochromatic Colors of #442893
Black with #442893
Text Example
Text Example
White with #442893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442893; }
p { color: rgb(68,40,147); }
H1.HeaderClassName
{
color: #442893;
}
.AnyTagClassName
{
color: #442893;
}
</style>
background-color css
<style>
a { background-color: #442893; }
a { background-color: rgb(68,40,147); }
div.DivClassName
{
background-color: #442893;
}
.BgClassName
{
background-color: #442893;
}
</style>
border-color css
<style>
span { border-color: #442893; }
span { border-color: rgb(68,40,147); }
td.TdClassName
{
border-color: #442893;
}
.TagClassName
{
border-color: #442893;
}
</style>