Shades of Blue Gem #441CA8
Tints of Blue Gem #441CA8
RGB
CMYK
RGB Variations
Color information
#441CA8 (or 0x441CA8) is known color: Blue Gem. HEX triplet: 44, 1C and A8. RGB value is (68,28,168). Sum of RGB (Red+Green+Blue) = 68+28+168=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 168 (66.02% from 255 or 63.64% from 264); Max value from RGB is 168 - color contains mainly: blue. Hex color #441CA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441CA8 is #BBE357. Grayscale: #373737. Windows color (decimal): -12313432 or 11017284. OLE color: 11017284.
HSL color Cylindrical-coordinate representation of color #441CA8: hue angle of 257.14º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #441CA8 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 68 | 28 | 168 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.34 |
| HSL | 257.14º | 0.71% | 0.38% | - |
| HSV(B) | 257.14º | 0.83% | 0.66% | - |
| XYZ | 9.87 | 4.89 | 37.47 | - |
| YUV | 55.92 | 191.25 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 168 | 0.60 | 0.83 | 0 | 0.34 | 257.14 | 0.71 | 0.38 |
| Hex | 44 | 1C | A8 | 3C | 53 | 0 | 22 | 101 | 47 | 26 |
| Octal | 104 | 34 | 250 | 74 | 123 | 0 | 42 | 401 | 107 | 46 |
| Binary | 1000100 | 11100 | 10101000 | 111100 | 1010011 | 0 | 100010 | 100000001 | 1000111 | 100110 |
Color Harmonies of #441CA8
Complementary color
Monochromatic Colors of #441CA8
Black with #441CA8
Text Example
Text Example
White with #441CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441CA8; }
p { color: rgb(68,28,168); }
H1.HeaderClassName
{
color: #441CA8;
}
.AnyTagClassName
{
color: #441CA8;
}
</style>
background-color css
<style>
a { background-color: #441CA8; }
a { background-color: rgb(68,28,168); }
div.DivClassName
{
background-color: #441CA8;
}
.BgClassName
{
background-color: #441CA8;
}
</style>
border-color css
<style>
span { border-color: #441CA8; }
span { border-color: rgb(68,28,168); }
td.TdClassName
{
border-color: #441CA8;
}
.TagClassName
{
border-color: #441CA8;
}
</style>