Shades of Blue Gem #442C9E
Tints of Blue Gem #442C9E
RGB
CMYK
RGB Variations
Color information
#442C9E (or 0x442C9E) is known color: Blue Gem. HEX triplet: 44, 2C and 9E. RGB value is (68,44,158). Sum of RGB (Red+Green+Blue) = 68+44+158=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #442C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442C9E is #BBD361. Grayscale: #3F3F3F. Windows color (decimal): -12309346 or 10366020. OLE color: 10366020.
HSL color Cylindrical-coordinate representation of color #442C9E: hue angle of 252.63º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442C9E is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 44 | 158 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.38 |
| HSL | 252.63º | 0.56% | 0.4% | - |
| HSV(B) | 252.63º | 0.72% | 0.62% | - |
| XYZ | 9.46 | 5.5 | 32.91 | - |
| YUV | 64.17 | 180.95 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 158 | 0.57 | 0.72 | 0 | 0.38 | 252.63 | 0.56 | 0.4 |
| Hex | 44 | 2C | 9E | 39 | 48 | 0 | 26 | FD | 38 | 28 |
| Octal | 104 | 54 | 236 | 71 | 110 | 0 | 46 | 375 | 70 | 50 |
| Binary | 1000100 | 101100 | 10011110 | 111001 | 1001000 | 0 | 100110 | 11111101 | 111000 | 101000 |
Color Harmonies of #442C9E
Complementary color
Monochromatic Colors of #442C9E
Black with #442C9E
Text Example
Text Example
White with #442C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C9E; }
p { color: rgb(68,44,158); }
H1.HeaderClassName
{
color: #442C9E;
}
.AnyTagClassName
{
color: #442C9E;
}
</style>
background-color css
<style>
a { background-color: #442C9E; }
a { background-color: rgb(68,44,158); }
div.DivClassName
{
background-color: #442C9E;
}
.BgClassName
{
background-color: #442C9E;
}
</style>
border-color css
<style>
span { border-color: #442C9E; }
span { border-color: rgb(68,44,158); }
td.TdClassName
{
border-color: #442C9E;
}
.TagClassName
{
border-color: #442C9E;
}
</style>