Shades of Blue Gem #442FAA
Tints of Blue Gem #442FAA
RGB
CMYK
RGB Variations
Color information
#442FAA (or 0x442FAA) is known color: Blue Gem. HEX triplet: 44, 2F and AA. RGB value is (68,47,170). Sum of RGB (Red+Green+Blue) = 68+47+170=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #442FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442FAA is #BBD055. Grayscale: #424242. Windows color (decimal): -12308566 or 11153220. OLE color: 11153220.
HSL color Cylindrical-coordinate representation of color #442FAA: hue angle of 250.24º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442FAA is Cyan = 0.6, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 47 | 170 | - |
| CMYK | 0.6 | 0.72 | 0 | 0.33 |
| HSL | 250.24º | 0.57% | 0.43% | - |
| HSV(B) | 250.24º | 0.72% | 0.67% | - |
| XYZ | 10.66 | 6.16 | 38.66 | - |
| YUV | 67.3 | 185.96 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 170 | 0.6 | 0.72 | 0 | 0.33 | 250.24 | 0.57 | 0.43 |
| Hex | 44 | 2F | AA | 3C | 48 | 0 | 21 | FA | 39 | 2B |
| Octal | 104 | 57 | 252 | 74 | 110 | 0 | 41 | 372 | 71 | 53 |
| Binary | 1000100 | 101111 | 10101010 | 111100 | 1001000 | 0 | 100001 | 11111010 | 111001 | 101011 |
Color Harmonies of #442FAA
Complementary color
Monochromatic Colors of #442FAA
Black with #442FAA
Text Example
Text Example
White with #442FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442FAA; }
p { color: rgb(68,47,170); }
H1.HeaderClassName
{
color: #442FAA;
}
.AnyTagClassName
{
color: #442FAA;
}
</style>
background-color css
<style>
a { background-color: #442FAA; }
a { background-color: rgb(68,47,170); }
div.DivClassName
{
background-color: #442FAA;
}
.BgClassName
{
background-color: #442FAA;
}
</style>
border-color css
<style>
span { border-color: #442FAA; }
span { border-color: rgb(68,47,170); }
td.TdClassName
{
border-color: #442FAA;
}
.TagClassName
{
border-color: #442FAA;
}
</style>