Shades of Blue Gem #44349D
Tints of Blue Gem #44349D
RGB
CMYK
RGB Variations
Color information
#44349D (or 0x44349D) is known color: Blue Gem. HEX triplet: 44, 34 and 9D. RGB value is (68,52,157). Sum of RGB (Red+Green+Blue) = 68+52+157=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #44349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44349D is #BBCB62. Grayscale: #444444. Windows color (decimal): -12307299 or 10302532. OLE color: 10302532.
HSL color Cylindrical-coordinate representation of color #44349D: hue angle of 249.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44349D is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 52 | 157 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.38 |
| HSL | 249.14º | 0.5% | 0.41% | - |
| HSV(B) | 249.14º | 0.67% | 0.62% | - |
| XYZ | 9.7 | 6.12 | 32.57 | - |
| YUV | 68.75 | 177.8 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 157 | 0.57 | 0.67 | 0 | 0.38 | 249.14 | 0.5 | 0.41 |
| Hex | 44 | 34 | 9D | 39 | 43 | 0 | 26 | F9 | 32 | 29 |
| Octal | 104 | 64 | 235 | 71 | 103 | 0 | 46 | 371 | 62 | 51 |
| Binary | 1000100 | 110100 | 10011101 | 111001 | 1000011 | 0 | 100110 | 11111001 | 110010 | 101001 |
Color Harmonies of #44349D
Complementary color
Monochromatic Colors of #44349D
Black with #44349D
Text Example
Text Example
White with #44349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44349D; }
p { color: rgb(68,52,157); }
H1.HeaderClassName
{
color: #44349D;
}
.AnyTagClassName
{
color: #44349D;
}
</style>
background-color css
<style>
a { background-color: #44349D; }
a { background-color: rgb(68,52,157); }
div.DivClassName
{
background-color: #44349D;
}
.BgClassName
{
background-color: #44349D;
}
</style>
border-color css
<style>
span { border-color: #44349D; }
span { border-color: rgb(68,52,157); }
td.TdClassName
{
border-color: #44349D;
}
.TagClassName
{
border-color: #44349D;
}
</style>