Shades of Blue Gem #442DA2
Tints of Blue Gem #442DA2
RGB
CMYK
RGB Variations
Color information
#442DA2 (or 0x442DA2) is known color: Blue Gem. HEX triplet: 44, 2D and A2. RGB value is (68,45,162). Sum of RGB (Red+Green+Blue) = 68+45+162=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 162 (63.67% from 255 or 58.91% from 275); Max value from RGB is 162 - color contains mainly: blue. Hex color #442DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442DA2 is #BBD25D. Grayscale: #404040. Windows color (decimal): -12309086 or 10628420. OLE color: 10628420.
HSL color Cylindrical-coordinate representation of color #442DA2: hue angle of 251.79º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442DA2 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 45 | 162 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.36 |
| HSL | 251.79º | 0.57% | 0.41% | - |
| HSV(B) | 251.79º | 0.72% | 0.64% | - |
| XYZ | 9.84 | 5.71 | 34.77 | - |
| YUV | 65.22 | 182.62 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 162 | 0.58 | 0.72 | 0 | 0.36 | 251.79 | 0.57 | 0.41 |
| Hex | 44 | 2D | A2 | 3A | 48 | 0 | 24 | FC | 39 | 29 |
| Octal | 104 | 55 | 242 | 72 | 110 | 0 | 44 | 374 | 71 | 51 |
| Binary | 1000100 | 101101 | 10100010 | 111010 | 1001000 | 0 | 100100 | 11111100 | 111001 | 101001 |
Color Harmonies of #442DA2
Complementary color
Monochromatic Colors of #442DA2
Black with #442DA2
Text Example
Text Example
White with #442DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442DA2; }
p { color: rgb(68,45,162); }
H1.HeaderClassName
{
color: #442DA2;
}
.AnyTagClassName
{
color: #442DA2;
}
</style>
background-color css
<style>
a { background-color: #442DA2; }
a { background-color: rgb(68,45,162); }
div.DivClassName
{
background-color: #442DA2;
}
.BgClassName
{
background-color: #442DA2;
}
</style>
border-color css
<style>
span { border-color: #442DA2; }
span { border-color: rgb(68,45,162); }
td.TdClassName
{
border-color: #442DA2;
}
.TagClassName
{
border-color: #442DA2;
}
</style>