Shades of Blue Gem #442DAA
Tints of Blue Gem #442DAA
RGB
CMYK
RGB Variations
Color information
#442DAA (or 0x442DAA) is known color: Blue Gem. HEX triplet: 44, 2D and AA. RGB value is (68,45,170). Sum of RGB (Red+Green+Blue) = 68+45+170=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #442DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442DAA is #BBD255. Grayscale: #414141. Windows color (decimal): -12309078 or 11152708. OLE color: 11152708.
HSL color Cylindrical-coordinate representation of color #442DAA: hue angle of 251.04º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #442DAA is Cyan = 0.6, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 45 | 170 | - |
| CMYK | 0.6 | 0.74 | 0 | 0.33 |
| HSL | 251.04º | 0.58% | 0.42% | - |
| HSV(B) | 251.04º | 0.74% | 0.67% | - |
| XYZ | 10.58 | 6.01 | 38.63 | - |
| YUV | 66.13 | 186.62 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 170 | 0.6 | 0.74 | 0 | 0.33 | 251.04 | 0.58 | 0.42 |
| Hex | 44 | 2D | AA | 3C | 4A | 0 | 21 | FB | 3A | 2A |
| Octal | 104 | 55 | 252 | 74 | 112 | 0 | 41 | 373 | 72 | 52 |
| Binary | 1000100 | 101101 | 10101010 | 111100 | 1001010 | 0 | 100001 | 11111011 | 111010 | 101010 |
Color Harmonies of #442DAA
Complementary color
Monochromatic Colors of #442DAA
Black with #442DAA
Text Example
Text Example
White with #442DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442DAA; }
p { color: rgb(68,45,170); }
H1.HeaderClassName
{
color: #442DAA;
}
.AnyTagClassName
{
color: #442DAA;
}
</style>
background-color css
<style>
a { background-color: #442DAA; }
a { background-color: rgb(68,45,170); }
div.DivClassName
{
background-color: #442DAA;
}
.BgClassName
{
background-color: #442DAA;
}
</style>
border-color css
<style>
span { border-color: #442DAA; }
span { border-color: rgb(68,45,170); }
td.TdClassName
{
border-color: #442DAA;
}
.TagClassName
{
border-color: #442DAA;
}
</style>