Shades of Blue Gem #442FA2
Tints of Blue Gem #442FA2
RGB
CMYK
RGB Variations
Color information
#442FA2 (or 0x442FA2) is known color: Blue Gem. HEX triplet: 44, 2F and A2. RGB value is (68,47,162). Sum of RGB (Red+Green+Blue) = 68+47+162=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 162 (63.67% from 255 or 58.48% from 277); Max value from RGB is 162 - color contains mainly: blue. Hex color #442FA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442FA2 is #BBD05D. Grayscale: #414141. Windows color (decimal): -12308574 or 10628932. OLE color: 10628932.
HSL color Cylindrical-coordinate representation of color #442FA2: hue angle of 250.96º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #442FA2 is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 47 | 162 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.36 |
| HSL | 250.96º | 0.55% | 0.41% | - |
| HSV(B) | 250.96º | 0.71% | 0.64% | - |
| XYZ | 9.92 | 5.87 | 34.79 | - |
| YUV | 66.39 | 181.96 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 162 | 0.58 | 0.71 | 0 | 0.36 | 250.96 | 0.55 | 0.41 |
| Hex | 44 | 2F | A2 | 3A | 47 | 0 | 24 | FB | 37 | 29 |
| Octal | 104 | 57 | 242 | 72 | 107 | 0 | 44 | 373 | 67 | 51 |
| Binary | 1000100 | 101111 | 10100010 | 111010 | 1000111 | 0 | 100100 | 11111011 | 110111 | 101001 |
Color Harmonies of #442FA2
Complementary color
Monochromatic Colors of #442FA2
Black with #442FA2
Text Example
Text Example
White with #442FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442FA2; }
p { color: rgb(68,47,162); }
H1.HeaderClassName
{
color: #442FA2;
}
.AnyTagClassName
{
color: #442FA2;
}
</style>
background-color css
<style>
a { background-color: #442FA2; }
a { background-color: rgb(68,47,162); }
div.DivClassName
{
background-color: #442FA2;
}
.BgClassName
{
background-color: #442FA2;
}
</style>
border-color css
<style>
span { border-color: #442FA2; }
span { border-color: rgb(68,47,162); }
td.TdClassName
{
border-color: #442FA2;
}
.TagClassName
{
border-color: #442FA2;
}
</style>