Shades of Blue Gem #442498
Tints of Blue Gem #442498
RGB
CMYK
RGB Variations
Color information
#442498 (or 0x442498) is known color: Blue Gem. HEX triplet: 44, 24 and 98. RGB value is (68,36,152). Sum of RGB (Red+Green+Blue) = 68+36+152=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #442498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442498 is #BBDB67. Grayscale: #3A3A3A. Windows color (decimal): -12311400 or 9970756. OLE color: 9970756.
HSL color Cylindrical-coordinate representation of color #442498: hue angle of 256.55º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #442498 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 36 | 152 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.40 |
| HSL | 256.55º | 0.62% | 0.37% | - |
| HSV(B) | 256.55º | 0.76% | 0.6% | - |
| XYZ | 8.68 | 4.76 | 30.17 | - |
| YUV | 58.79 | 180.6 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 36 | 152 | 0.55 | 0.76 | 0 | 0.40 | 256.55 | 0.62 | 0.37 |
| Hex | 44 | 24 | 98 | 37 | 4C | 0 | 28 | 101 | 3E | 25 |
| Octal | 104 | 44 | 230 | 67 | 114 | 0 | 50 | 401 | 76 | 45 |
| Binary | 1000100 | 100100 | 10011000 | 110111 | 1001100 | 0 | 101000 | 100000001 | 111110 | 100101 |
Color Harmonies of #442498
Complementary color
Monochromatic Colors of #442498
Black with #442498
Text Example
Text Example
White with #442498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442498; }
p { color: rgb(68,36,152); }
H1.HeaderClassName
{
color: #442498;
}
.AnyTagClassName
{
color: #442498;
}
</style>
background-color css
<style>
a { background-color: #442498; }
a { background-color: rgb(68,36,152); }
div.DivClassName
{
background-color: #442498;
}
.BgClassName
{
background-color: #442498;
}
</style>
border-color css
<style>
span { border-color: #442498; }
span { border-color: rgb(68,36,152); }
td.TdClassName
{
border-color: #442498;
}
.TagClassName
{
border-color: #442498;
}
</style>