Shades of Blue Gem #442FAF
Tints of Blue Gem #442FAF
RGB
CMYK
RGB Variations
Color information
#442FAF (or 0x442FAF) is known color: Blue Gem. HEX triplet: 44, 2F and AF. RGB value is (68,47,175). Sum of RGB (Red+Green+Blue) = 68+47+175=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #442FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442FAF is #BBD050. Grayscale: #434343. Windows color (decimal): -12308561 or 11480900. OLE color: 11480900.
HSL color Cylindrical-coordinate representation of color #442FAF: hue angle of 249.84º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #442FAF is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 47 | 175 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.31 |
| HSL | 249.84º | 0.58% | 0.44% | - |
| HSV(B) | 249.84º | 0.73% | 0.69% | - |
| XYZ | 11.14 | 6.36 | 41.2 | - |
| YUV | 67.87 | 188.46 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 175 | 0.61 | 0.73 | 0 | 0.31 | 249.84 | 0.58 | 0.44 |
| Hex | 44 | 2F | AF | 3D | 49 | 0 | 1F | FA | 3A | 2C |
| Octal | 104 | 57 | 257 | 75 | 111 | 0 | 37 | 372 | 72 | 54 |
| Binary | 1000100 | 101111 | 10101111 | 111101 | 1001001 | 0 | 11111 | 11111010 | 111010 | 101100 |
Color Harmonies of #442FAF
Complementary color
Monochromatic Colors of #442FAF
Black with #442FAF
Text Example
Text Example
White with #442FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442FAF; }
p { color: rgb(68,47,175); }
H1.HeaderClassName
{
color: #442FAF;
}
.AnyTagClassName
{
color: #442FAF;
}
</style>
background-color css
<style>
a { background-color: #442FAF; }
a { background-color: rgb(68,47,175); }
div.DivClassName
{
background-color: #442FAF;
}
.BgClassName
{
background-color: #442FAF;
}
</style>
border-color css
<style>
span { border-color: #442FAF; }
span { border-color: rgb(68,47,175); }
td.TdClassName
{
border-color: #442FAF;
}
.TagClassName
{
border-color: #442FAF;
}
</style>