Shades of Blue Gem #441EA0
Tints of Blue Gem #441EA0
RGB
CMYK
RGB Variations
Color information
#441EA0 (or 0x441EA0) is known color: Blue Gem. HEX triplet: 44, 1E and A0. RGB value is (68,30,160). Sum of RGB (Red+Green+Blue) = 68+30+160=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #441EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441EA0 is #BBE15F. Grayscale: #373737. Windows color (decimal): -12312928 or 10493508. OLE color: 10493508.
HSL color Cylindrical-coordinate representation of color #441EA0: hue angle of 257.54º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #441EA0 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 30 | 160 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.37 |
| HSL | 257.54º | 0.68% | 0.37% | - |
| HSV(B) | 257.54º | 0.81% | 0.63% | - |
| XYZ | 9.19 | 4.7 | 33.68 | - |
| YUV | 56.18 | 186.59 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 160 | 0.57 | 0.81 | 0 | 0.37 | 257.54 | 0.68 | 0.37 |
| Hex | 44 | 1E | A0 | 39 | 51 | 0 | 25 | 102 | 44 | 25 |
| Octal | 104 | 36 | 240 | 71 | 121 | 0 | 45 | 402 | 104 | 45 |
| Binary | 1000100 | 11110 | 10100000 | 111001 | 1010001 | 0 | 100101 | 100000010 | 1000100 | 100101 |
Color Harmonies of #441EA0
Complementary color
Monochromatic Colors of #441EA0
Black with #441EA0
Text Example
Text Example
White with #441EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441EA0; }
p { color: rgb(68,30,160); }
H1.HeaderClassName
{
color: #441EA0;
}
.AnyTagClassName
{
color: #441EA0;
}
</style>
background-color css
<style>
a { background-color: #441EA0; }
a { background-color: rgb(68,30,160); }
div.DivClassName
{
background-color: #441EA0;
}
.BgClassName
{
background-color: #441EA0;
}
</style>
border-color css
<style>
span { border-color: #441EA0; }
span { border-color: rgb(68,30,160); }
td.TdClassName
{
border-color: #441EA0;
}
.TagClassName
{
border-color: #441EA0;
}
</style>