Shades of Blue Gem #442196
Tints of Blue Gem #442196
RGB
CMYK
RGB Variations
Color information
#442196 (or 0x442196) is known color: Blue Gem. HEX triplet: 44, 21 and 96. RGB value is (68,33,150). Sum of RGB (Red+Green+Blue) = 68+33+150=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #442196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442196 is #BBDE69. Grayscale: #383838. Windows color (decimal): -12312170 or 9838916. OLE color: 9838916.
HSL color Cylindrical-coordinate representation of color #442196: hue angle of 257.95º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #442196 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 33 | 150 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.41 |
| HSL | 257.95º | 0.64% | 0.36% | - |
| HSV(B) | 257.95º | 0.78% | 0.59% | - |
| XYZ | 8.43 | 4.52 | 29.28 | - |
| YUV | 56.8 | 180.6 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 33 | 150 | 0.55 | 0.78 | 0 | 0.41 | 257.95 | 0.64 | 0.36 |
| Hex | 44 | 21 | 96 | 37 | 4E | 0 | 29 | 102 | 40 | 24 |
| Octal | 104 | 41 | 226 | 67 | 116 | 0 | 51 | 402 | 100 | 44 |
| Binary | 1000100 | 100001 | 10010110 | 110111 | 1001110 | 0 | 101001 | 100000010 | 1000000 | 100100 |
Color Harmonies of #442196
Complementary color
Monochromatic Colors of #442196
Black with #442196
Text Example
Text Example
White with #442196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442196; }
p { color: rgb(68,33,150); }
H1.HeaderClassName
{
color: #442196;
}
.AnyTagClassName
{
color: #442196;
}
</style>
background-color css
<style>
a { background-color: #442196; }
a { background-color: rgb(68,33,150); }
div.DivClassName
{
background-color: #442196;
}
.BgClassName
{
background-color: #442196;
}
</style>
border-color css
<style>
span { border-color: #442196; }
span { border-color: rgb(68,33,150); }
td.TdClassName
{
border-color: #442196;
}
.TagClassName
{
border-color: #442196;
}
</style>