Shades of Blue Gem #441EAB
Tints of Blue Gem #441EAB
RGB
CMYK
RGB Variations
Color information
#441EAB (or 0x441EAB) is known color: Blue Gem. HEX triplet: 44, 1E and AB. RGB value is (68,30,171). Sum of RGB (Red+Green+Blue) = 68+30+171=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #441EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441EAB is #BBE154. Grayscale: #383838. Windows color (decimal): -12312917 or 11214404. OLE color: 11214404.
HSL color Cylindrical-coordinate representation of color #441EAB: hue angle of 256.17º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #441EAB is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 30 | 171 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.33 |
| HSL | 256.17º | 0.7% | 0.39% | - |
| HSV(B) | 256.17º | 0.82% | 0.67% | - |
| XYZ | 10.2 | 5.1 | 38.97 | - |
| YUV | 57.44 | 192.09 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 171 | 0.60 | 0.82 | 0 | 0.33 | 256.17 | 0.7 | 0.39 |
| Hex | 44 | 1E | AB | 3C | 52 | 0 | 21 | 100 | 46 | 27 |
| Octal | 104 | 36 | 253 | 74 | 122 | 0 | 41 | 400 | 106 | 47 |
| Binary | 1000100 | 11110 | 10101011 | 111100 | 1010010 | 0 | 100001 | 100000000 | 1000110 | 100111 |
Color Harmonies of #441EAB
Complementary color
Monochromatic Colors of #441EAB
Black with #441EAB
Text Example
Text Example
White with #441EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441EAB; }
p { color: rgb(68,30,171); }
H1.HeaderClassName
{
color: #441EAB;
}
.AnyTagClassName
{
color: #441EAB;
}
</style>
background-color css
<style>
a { background-color: #441EAB; }
a { background-color: rgb(68,30,171); }
div.DivClassName
{
background-color: #441EAB;
}
.BgClassName
{
background-color: #441EAB;
}
</style>
border-color css
<style>
span { border-color: #441EAB; }
span { border-color: rgb(68,30,171); }
td.TdClassName
{
border-color: #441EAB;
}
.TagClassName
{
border-color: #441EAB;
}
</style>