Shades of Blue Gem #442294
Tints of Blue Gem #442294
RGB
CMYK
RGB Variations
Color information
#442294 (or 0x442294) is known color: Blue Gem. HEX triplet: 44, 22 and 94. RGB value is (68,34,148). Sum of RGB (Red+Green+Blue) = 68+34+148=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #442294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442294 is #BBDD6B. Grayscale: #383838. Windows color (decimal): -12311916 or 9708100. OLE color: 9708100.
HSL color Cylindrical-coordinate representation of color #442294: hue angle of 257.89º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #442294 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 34 | 148 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.42 |
| HSL | 257.89º | 0.63% | 0.36% | - |
| HSV(B) | 257.89º | 0.77% | 0.58% | - |
| XYZ | 8.3 | 4.51 | 28.45 | - |
| YUV | 57.16 | 179.26 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 34 | 148 | 0.54 | 0.77 | 0 | 0.42 | 257.89 | 0.63 | 0.36 |
| Hex | 44 | 22 | 94 | 36 | 4D | 0 | 2A | 102 | 3F | 24 |
| Octal | 104 | 42 | 224 | 66 | 115 | 0 | 52 | 402 | 77 | 44 |
| Binary | 1000100 | 100010 | 10010100 | 110110 | 1001101 | 0 | 101010 | 100000010 | 111111 | 100100 |
Color Harmonies of #442294
Complementary color
Monochromatic Colors of #442294
Black with #442294
Text Example
Text Example
White with #442294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442294; }
p { color: rgb(68,34,148); }
H1.HeaderClassName
{
color: #442294;
}
.AnyTagClassName
{
color: #442294;
}
</style>
background-color css
<style>
a { background-color: #442294; }
a { background-color: rgb(68,34,148); }
div.DivClassName
{
background-color: #442294;
}
.BgClassName
{
background-color: #442294;
}
</style>
border-color css
<style>
span { border-color: #442294; }
span { border-color: rgb(68,34,148); }
td.TdClassName
{
border-color: #442294;
}
.TagClassName
{
border-color: #442294;
}
</style>