Shades of Blue Gem #442F99
Tints of Blue Gem #442F99
RGB
CMYK
RGB Variations
Color information
#442F99 (or 0x442F99) is known color: Blue Gem. HEX triplet: 44, 2F and 99. RGB value is (68,47,153). Sum of RGB (Red+Green+Blue) = 68+47+153=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #442F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442F99 is #BBD066. Grayscale: #404040. Windows color (decimal): -12308583 or 10039108. OLE color: 10039108.
HSL color Cylindrical-coordinate representation of color #442F99: hue angle of 251.89º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442F99 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 47 | 153 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.4 |
| HSL | 251.89º | 0.53% | 0.39% | - |
| HSV(B) | 251.89º | 0.69% | 0.6% | - |
| XYZ | 9.15 | 5.56 | 30.73 | - |
| YUV | 65.36 | 177.46 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 153 | 0.56 | 0.69 | 0 | 0.4 | 251.89 | 0.53 | 0.39 |
| Hex | 44 | 2F | 99 | 38 | 45 | 0 | 28 | FC | 35 | 27 |
| Octal | 104 | 57 | 231 | 70 | 105 | 0 | 50 | 374 | 65 | 47 |
| Binary | 1000100 | 101111 | 10011001 | 111000 | 1000101 | 0 | 101000 | 11111100 | 110101 | 100111 |
Color Harmonies of #442F99
Complementary color
Monochromatic Colors of #442F99
Black with #442F99
Text Example
Text Example
White with #442F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442F99; }
p { color: rgb(68,47,153); }
H1.HeaderClassName
{
color: #442F99;
}
.AnyTagClassName
{
color: #442F99;
}
</style>
background-color css
<style>
a { background-color: #442F99; }
a { background-color: rgb(68,47,153); }
div.DivClassName
{
background-color: #442F99;
}
.BgClassName
{
background-color: #442F99;
}
</style>
border-color css
<style>
span { border-color: #442F99; }
span { border-color: rgb(68,47,153); }
td.TdClassName
{
border-color: #442F99;
}
.TagClassName
{
border-color: #442F99;
}
</style>