Shades of Blue Gem #441FAA
Tints of Blue Gem #441FAA
RGB
CMYK
RGB Variations
Color information
#441FAA (or 0x441FAA) is known color: Blue Gem. HEX triplet: 44, 1F and AA. RGB value is (68,31,170). Sum of RGB (Red+Green+Blue) = 68+31+170=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #441FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441FAA is #BBE055. Grayscale: #393939. Windows color (decimal): -12312662 or 11149124. OLE color: 11149124.
HSL color Cylindrical-coordinate representation of color #441FAA: hue angle of 255.97º degrees, saturation: 0.69, 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 #441FAA is Cyan = 0.6, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 31 | 170 | - |
| CMYK | 0.6 | 0.82 | 0 | 0.33 |
| HSL | 255.97º | 0.69% | 0.39% | - |
| HSV(B) | 255.97º | 0.82% | 0.67% | - |
| XYZ | 10.13 | 5.11 | 38.48 | - |
| YUV | 57.91 | 191.26 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 170 | 0.6 | 0.82 | 0 | 0.33 | 255.97 | 0.69 | 0.39 |
| Hex | 44 | 1F | AA | 3C | 52 | 0 | 21 | 100 | 45 | 27 |
| Octal | 104 | 37 | 252 | 74 | 122 | 0 | 41 | 400 | 105 | 47 |
| Binary | 1000100 | 11111 | 10101010 | 111100 | 1010010 | 0 | 100001 | 100000000 | 1000101 | 100111 |
Color Harmonies of #441FAA
Complementary color
Monochromatic Colors of #441FAA
Black with #441FAA
Text Example
Text Example
White with #441FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FAA; }
p { color: rgb(68,31,170); }
H1.HeaderClassName
{
color: #441FAA;
}
.AnyTagClassName
{
color: #441FAA;
}
</style>
background-color css
<style>
a { background-color: #441FAA; }
a { background-color: rgb(68,31,170); }
div.DivClassName
{
background-color: #441FAA;
}
.BgClassName
{
background-color: #441FAA;
}
</style>
border-color css
<style>
span { border-color: #441FAA; }
span { border-color: rgb(68,31,170); }
td.TdClassName
{
border-color: #441FAA;
}
.TagClassName
{
border-color: #441FAA;
}
</style>