Shades of Blue Gem #44389F
Tints of Blue Gem #44389F
RGB
CMYK
RGB Variations
Color information
#44389F (or 0x44389F) is known color: Blue Gem. HEX triplet: 44, 38 and 9F. RGB value is (68,56,159). Sum of RGB (Red+Green+Blue) = 68+56+159=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #44389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44389F is #BBC760. Grayscale: #464646. Windows color (decimal): -12306273 or 10434628. OLE color: 10434628.
HSL color Cylindrical-coordinate representation of color #44389F: hue angle of 246.99º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44389F is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 56 | 159 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.38 |
| HSL | 246.99º | 0.48% | 0.42% | - |
| HSV(B) | 246.99º | 0.65% | 0.62% | - |
| XYZ | 10.06 | 6.56 | 33.54 | - |
| YUV | 71.33 | 177.48 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 56 | 159 | 0.57 | 0.65 | 0 | 0.38 | 246.99 | 0.48 | 0.42 |
| Hex | 44 | 38 | 9F | 39 | 41 | 0 | 26 | F7 | 30 | 2A |
| Octal | 104 | 70 | 237 | 71 | 101 | 0 | 46 | 367 | 60 | 52 |
| Binary | 1000100 | 111000 | 10011111 | 111001 | 1000001 | 0 | 100110 | 11110111 | 110000 | 101010 |
Color Harmonies of #44389F
Complementary color
Monochromatic Colors of #44389F
Black with #44389F
Text Example
Text Example
White with #44389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44389F; }
p { color: rgb(68,56,159); }
H1.HeaderClassName
{
color: #44389F;
}
.AnyTagClassName
{
color: #44389F;
}
</style>
background-color css
<style>
a { background-color: #44389F; }
a { background-color: rgb(68,56,159); }
div.DivClassName
{
background-color: #44389F;
}
.BgClassName
{
background-color: #44389F;
}
</style>
border-color css
<style>
span { border-color: #44389F; }
span { border-color: rgb(68,56,159); }
td.TdClassName
{
border-color: #44389F;
}
.TagClassName
{
border-color: #44389F;
}
</style>