Shades of Blue Gem #44348E
Tints of Blue Gem #44348E
RGB
CMYK
RGB Variations
Color information
#44348E (or 0x44348E) is known color: Blue Gem. HEX triplet: 44, 34 and 8E. RGB value is (68,52,142). Sum of RGB (Red+Green+Blue) = 68+52+142=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #44348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44348E is #BBCB71. Grayscale: #424242. Windows color (decimal): -12307314 or 9319492. OLE color: 9319492.
HSL color Cylindrical-coordinate representation of color #44348E: hue angle of 250.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44348E is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 52 | 142 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.44 |
| HSL | 250.67º | 0.46% | 0.38% | - |
| HSV(B) | 250.67º | 0.63% | 0.56% | - |
| XYZ | 8.49 | 5.64 | 26.23 | - |
| YUV | 67.04 | 170.3 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 142 | 0.52 | 0.63 | 0 | 0.44 | 250.67 | 0.46 | 0.38 |
| Hex | 44 | 34 | 8E | 34 | 3F | 0 | 2C | FB | 2E | 26 |
| Octal | 104 | 64 | 216 | 64 | 77 | 0 | 54 | 373 | 56 | 46 |
| Binary | 1000100 | 110100 | 10001110 | 110100 | 111111 | 0 | 101100 | 11111011 | 101110 | 100110 |
Color Harmonies of #44348E
Complementary color
Monochromatic Colors of #44348E
Black with #44348E
Text Example
Text Example
White with #44348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44348E; }
p { color: rgb(68,52,142); }
H1.HeaderClassName
{
color: #44348E;
}
.AnyTagClassName
{
color: #44348E;
}
</style>
background-color css
<style>
a { background-color: #44348E; }
a { background-color: rgb(68,52,142); }
div.DivClassName
{
background-color: #44348E;
}
.BgClassName
{
background-color: #44348E;
}
</style>
border-color css
<style>
span { border-color: #44348E; }
span { border-color: rgb(68,52,142); }
td.TdClassName
{
border-color: #44348E;
}
.TagClassName
{
border-color: #44348E;
}
</style>