Shades of Blue Gem #442CAC
Tints of Blue Gem #442CAC
RGB
CMYK
RGB Variations
Color information
#442CAC (or 0x442CAC) is known color: Blue Gem. HEX triplet: 44, 2C and AC. RGB value is (68,44,172). Sum of RGB (Red+Green+Blue) = 68+44+172=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #442CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442CAC is #BBD353. Grayscale: #414141. Windows color (decimal): -12309332 or 11283524. OLE color: 11283524.
HSL color Cylindrical-coordinate representation of color #442CAC: hue angle of 251.25º degrees, saturation: 0.59, 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 #442CAC is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 44 | 172 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.33 |
| HSL | 251.25º | 0.59% | 0.42% | - |
| HSV(B) | 251.25º | 0.74% | 0.67% | - |
| XYZ | 10.73 | 6.01 | 39.62 | - |
| YUV | 65.77 | 187.95 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 172 | 0.60 | 0.74 | 0 | 0.33 | 251.25 | 0.59 | 0.42 |
| Hex | 44 | 2C | AC | 3C | 4A | 0 | 21 | FB | 3B | 2A |
| Octal | 104 | 54 | 254 | 74 | 112 | 0 | 41 | 373 | 73 | 52 |
| Binary | 1000100 | 101100 | 10101100 | 111100 | 1001010 | 0 | 100001 | 11111011 | 111011 | 101010 |
Color Harmonies of #442CAC
Complementary color
Monochromatic Colors of #442CAC
Black with #442CAC
Text Example
Text Example
White with #442CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442CAC; }
p { color: rgb(68,44,172); }
H1.HeaderClassName
{
color: #442CAC;
}
.AnyTagClassName
{
color: #442CAC;
}
</style>
background-color css
<style>
a { background-color: #442CAC; }
a { background-color: rgb(68,44,172); }
div.DivClassName
{
background-color: #442CAC;
}
.BgClassName
{
background-color: #442CAC;
}
</style>
border-color css
<style>
span { border-color: #442CAC; }
span { border-color: rgb(68,44,172); }
td.TdClassName
{
border-color: #442CAC;
}
.TagClassName
{
border-color: #442CAC;
}
</style>