Shades of Blue Gem #442DAC
Tints of Blue Gem #442DAC
RGB
CMYK
RGB Variations
Color information
#442DAC (or 0x442DAC) is known color: Blue Gem. HEX triplet: 44, 2D and AC. RGB value is (68,45,172). Sum of RGB (Red+Green+Blue) = 68+45+172=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #442DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442DAC is #BBD253. Grayscale: #414141. Windows color (decimal): -12309076 or 11283780. OLE color: 11283780.
HSL color Cylindrical-coordinate representation of color #442DAC: hue angle of 250.87º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #442DAC is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 45 | 172 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.33 |
| HSL | 250.87º | 0.59% | 0.43% | - |
| HSV(B) | 250.87º | 0.74% | 0.67% | - |
| XYZ | 10.77 | 6.08 | 39.64 | - |
| YUV | 66.36 | 187.62 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 172 | 0.60 | 0.74 | 0 | 0.33 | 250.87 | 0.59 | 0.43 |
| Hex | 44 | 2D | AC | 3C | 4A | 0 | 21 | FB | 3B | 2B |
| Octal | 104 | 55 | 254 | 74 | 112 | 0 | 41 | 373 | 73 | 53 |
| Binary | 1000100 | 101101 | 10101100 | 111100 | 1001010 | 0 | 100001 | 11111011 | 111011 | 101011 |
Color Harmonies of #442DAC
Complementary color
Monochromatic Colors of #442DAC
Black with #442DAC
Text Example
Text Example
White with #442DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442DAC; }
p { color: rgb(68,45,172); }
H1.HeaderClassName
{
color: #442DAC;
}
.AnyTagClassName
{
color: #442DAC;
}
</style>
background-color css
<style>
a { background-color: #442DAC; }
a { background-color: rgb(68,45,172); }
div.DivClassName
{
background-color: #442DAC;
}
.BgClassName
{
background-color: #442DAC;
}
</style>
border-color css
<style>
span { border-color: #442DAC; }
span { border-color: rgb(68,45,172); }
td.TdClassName
{
border-color: #442DAC;
}
.TagClassName
{
border-color: #442DAC;
}
</style>