Shades of Blue Gem #44379A
Tints of Blue Gem #44379A
RGB
CMYK
RGB Variations
Color information
#44379A (or 0x44379A) is known color: Blue Gem. HEX triplet: 44, 37 and 9A. RGB value is (68,55,154). Sum of RGB (Red+Green+Blue) = 68+55+154=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 154 (60.55% from 255 or 55.60% from 277); Max value from RGB is 154 - color contains mainly: blue. Hex color #44379A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44379A is #BBC865. Grayscale: #454545. Windows color (decimal): -12306534 or 10106692. OLE color: 10106692.
HSL color Cylindrical-coordinate representation of color #44379A: hue angle of 247.88º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44379A is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 55 | 154 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.40 |
| HSL | 247.88º | 0.47% | 0.41% | - |
| HSV(B) | 247.88º | 0.64% | 0.6% | - |
| XYZ | 9.58 | 6.29 | 31.28 | - |
| YUV | 70.17 | 175.31 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 55 | 154 | 0.56 | 0.64 | 0 | 0.40 | 247.88 | 0.47 | 0.41 |
| Hex | 44 | 37 | 9A | 38 | 40 | 0 | 28 | F8 | 2F | 29 |
| Octal | 104 | 67 | 232 | 70 | 100 | 0 | 50 | 370 | 57 | 51 |
| Binary | 1000100 | 110111 | 10011010 | 111000 | 1000000 | 0 | 101000 | 11111000 | 101111 | 101001 |
Color Harmonies of #44379A
Complementary color
Monochromatic Colors of #44379A
Black with #44379A
Text Example
Text Example
White with #44379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44379A; }
p { color: rgb(68,55,154); }
H1.HeaderClassName
{
color: #44379A;
}
.AnyTagClassName
{
color: #44379A;
}
</style>
background-color css
<style>
a { background-color: #44379A; }
a { background-color: rgb(68,55,154); }
div.DivClassName
{
background-color: #44379A;
}
.BgClassName
{
background-color: #44379A;
}
</style>
border-color css
<style>
span { border-color: #44379A; }
span { border-color: rgb(68,55,154); }
td.TdClassName
{
border-color: #44379A;
}
.TagClassName
{
border-color: #44379A;
}
</style>