Shades of Blue Gem #442C89
Tints of Blue Gem #442C89
RGB
CMYK
RGB Variations
Color information
#442C89 (or 0x442C89) is known color: Blue Gem. HEX triplet: 44, 2C and 89. RGB value is (68,44,137). Sum of RGB (Red+Green+Blue) = 68+44+137=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #442C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442C89 is #BBD376. Grayscale: #3D3D3D. Windows color (decimal): -12309367 or 8989764. OLE color: 8989764.
HSL color Cylindrical-coordinate representation of color #442C89: hue angle of 255.48º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442C89 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 44 | 137 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.46 |
| HSL | 255.48º | 0.51% | 0.35% | - |
| HSV(B) | 255.48º | 0.68% | 0.54% | - |
| XYZ | 7.8 | 4.84 | 24.19 | - |
| YUV | 61.78 | 170.45 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 137 | 0.50 | 0.68 | 0 | 0.46 | 255.48 | 0.51 | 0.35 |
| Hex | 44 | 2C | 89 | 32 | 44 | 0 | 2E | FF | 33 | 23 |
| Octal | 104 | 54 | 211 | 62 | 104 | 0 | 56 | 377 | 63 | 43 |
| Binary | 1000100 | 101100 | 10001001 | 110010 | 1000100 | 0 | 101110 | 11111111 | 110011 | 100011 |
Color Harmonies of #442C89
Complementary color
Monochromatic Colors of #442C89
Black with #442C89
Text Example
Text Example
White with #442C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C89; }
p { color: rgb(68,44,137); }
H1.HeaderClassName
{
color: #442C89;
}
.AnyTagClassName
{
color: #442C89;
}
</style>
background-color css
<style>
a { background-color: #442C89; }
a { background-color: rgb(68,44,137); }
div.DivClassName
{
background-color: #442C89;
}
.BgClassName
{
background-color: #442C89;
}
</style>
border-color css
<style>
span { border-color: #442C89; }
span { border-color: rgb(68,44,137); }
td.TdClassName
{
border-color: #442C89;
}
.TagClassName
{
border-color: #442C89;
}
</style>