Shades of Blue Gem #442AAC
Tints of Blue Gem #442AAC
RGB
CMYK
RGB Variations
Color information
#442AAC (or 0x442AAC) is known color: Blue Gem. HEX triplet: 44, 2A and AC. RGB value is (68,42,172). Sum of RGB (Red+Green+Blue) = 68+42+172=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #442AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442AAC is #BBD553. Grayscale: #404040. Windows color (decimal): -12309844 or 11283012. OLE color: 11283012.
HSL color Cylindrical-coordinate representation of color #442AAC: hue angle of 252º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #442AAC is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 42 | 172 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.33 |
| HSL | 252º | 0.61% | 0.42% | - |
| HSV(B) | 252º | 0.76% | 0.67% | - |
| XYZ | 10.66 | 5.86 | 39.6 | - |
| YUV | 64.59 | 188.61 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 172 | 0.60 | 0.76 | 0 | 0.33 | 252 | 0.61 | 0.42 |
| Hex | 44 | 2A | AC | 3C | 4C | 0 | 21 | FC | 3D | 2A |
| Octal | 104 | 52 | 254 | 74 | 114 | 0 | 41 | 374 | 75 | 52 |
| Binary | 1000100 | 101010 | 10101100 | 111100 | 1001100 | 0 | 100001 | 11111100 | 111101 | 101010 |
Color Harmonies of #442AAC
Complementary color
Monochromatic Colors of #442AAC
Black with #442AAC
Text Example
Text Example
White with #442AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442AAC; }
p { color: rgb(68,42,172); }
H1.HeaderClassName
{
color: #442AAC;
}
.AnyTagClassName
{
color: #442AAC;
}
</style>
background-color css
<style>
a { background-color: #442AAC; }
a { background-color: rgb(68,42,172); }
div.DivClassName
{
background-color: #442AAC;
}
.BgClassName
{
background-color: #442AAC;
}
</style>
border-color css
<style>
span { border-color: #442AAC; }
span { border-color: rgb(68,42,172); }
td.TdClassName
{
border-color: #442AAC;
}
.TagClassName
{
border-color: #442AAC;
}
</style>