Shades of Blue Gem #442899
Tints of Blue Gem #442899
RGB
CMYK
RGB Variations
Color information
#442899 (or 0x442899) is known color: Blue Gem. HEX triplet: 44, 28 and 99. RGB value is (68,40,153). Sum of RGB (Red+Green+Blue) = 68+40+153=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #442899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442899 is #BBD766. Grayscale: #3C3C3C. Windows color (decimal): -12310375 or 10037316. OLE color: 10037316.
HSL color Cylindrical-coordinate representation of color #442899: hue angle of 254.87º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #442899 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 40 | 153 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.4 |
| HSL | 254.87º | 0.59% | 0.38% | - |
| HSV(B) | 254.87º | 0.74% | 0.6% | - |
| XYZ | 8.89 | 5.05 | 30.64 | - |
| YUV | 61.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 153 | 0.56 | 0.74 | 0 | 0.4 | 254.87 | 0.59 | 0.38 |
| Hex | 44 | 28 | 99 | 38 | 4A | 0 | 28 | FF | 3B | 26 |
| Octal | 104 | 50 | 231 | 70 | 112 | 0 | 50 | 377 | 73 | 46 |
| Binary | 1000100 | 101000 | 10011001 | 111000 | 1001010 | 0 | 101000 | 11111111 | 111011 | 100110 |
Color Harmonies of #442899
Complementary color
Monochromatic Colors of #442899
Black with #442899
Text Example
Text Example
White with #442899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442899; }
p { color: rgb(68,40,153); }
H1.HeaderClassName
{
color: #442899;
}
.AnyTagClassName
{
color: #442899;
}
</style>
background-color css
<style>
a { background-color: #442899; }
a { background-color: rgb(68,40,153); }
div.DivClassName
{
background-color: #442899;
}
.BgClassName
{
background-color: #442899;
}
</style>
border-color css
<style>
span { border-color: #442899; }
span { border-color: rgb(68,40,153); }
td.TdClassName
{
border-color: #442899;
}
.TagClassName
{
border-color: #442899;
}
</style>