Shades of Blue Gem #442393
Tints of Blue Gem #442393
RGB
CMYK
RGB Variations
Color information
#442393 (or 0x442393) is known color: Blue Gem. HEX triplet: 44, 23 and 93. RGB value is (68,35,147). Sum of RGB (Red+Green+Blue) = 68+35+147=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #442393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442393 is #BBDC6C. Grayscale: #393939. Windows color (decimal): -12311661 or 9642820. OLE color: 9642820.
HSL color Cylindrical-coordinate representation of color #442393: hue angle of 257.68º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #442393 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 35 | 147 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.42 |
| HSL | 257.68º | 0.62% | 0.36% | - |
| HSV(B) | 257.68º | 0.76% | 0.58% | - |
| XYZ | 8.25 | 4.54 | 28.04 | - |
| YUV | 57.64 | 178.43 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 35 | 147 | 0.54 | 0.76 | 0 | 0.42 | 257.68 | 0.62 | 0.36 |
| Hex | 44 | 23 | 93 | 36 | 4C | 0 | 2A | 102 | 3E | 24 |
| Octal | 104 | 43 | 223 | 66 | 114 | 0 | 52 | 402 | 76 | 44 |
| Binary | 1000100 | 100011 | 10010011 | 110110 | 1001100 | 0 | 101010 | 100000010 | 111110 | 100100 |
Color Harmonies of #442393
Complementary color
Monochromatic Colors of #442393
Black with #442393
Text Example
Text Example
White with #442393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442393; }
p { color: rgb(68,35,147); }
H1.HeaderClassName
{
color: #442393;
}
.AnyTagClassName
{
color: #442393;
}
</style>
background-color css
<style>
a { background-color: #442393; }
a { background-color: rgb(68,35,147); }
div.DivClassName
{
background-color: #442393;
}
.BgClassName
{
background-color: #442393;
}
</style>
border-color css
<style>
span { border-color: #442393; }
span { border-color: rgb(68,35,147); }
td.TdClassName
{
border-color: #442393;
}
.TagClassName
{
border-color: #442393;
}
</style>