Shades of Blue Gem #44328D
Tints of Blue Gem #44328D
RGB
CMYK
RGB Variations
Color information
#44328D (or 0x44328D) is known color: Blue Gem. HEX triplet: 44, 32 and 8D. RGB value is (68,50,141). Sum of RGB (Red+Green+Blue) = 68+50+141=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #44328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44328D is #BBCD72. Grayscale: #414141. Windows color (decimal): -12307827 or 9253444. OLE color: 9253444.
HSL color Cylindrical-coordinate representation of color #44328D: hue angle of 251.87º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44328D is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 50 | 141 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.45 |
| HSL | 251.87º | 0.48% | 0.37% | - |
| HSV(B) | 251.87º | 0.65% | 0.55% | - |
| XYZ | 8.33 | 5.43 | 25.81 | - |
| YUV | 65.76 | 170.46 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 141 | 0.52 | 0.65 | 0 | 0.45 | 251.87 | 0.48 | 0.37 |
| Hex | 44 | 32 | 8D | 34 | 41 | 0 | 2D | FC | 30 | 25 |
| Octal | 104 | 62 | 215 | 64 | 101 | 0 | 55 | 374 | 60 | 45 |
| Binary | 1000100 | 110010 | 10001101 | 110100 | 1000001 | 0 | 101101 | 11111100 | 110000 | 100101 |
Color Harmonies of #44328D
Complementary color
Monochromatic Colors of #44328D
Black with #44328D
Text Example
Text Example
White with #44328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44328D; }
p { color: rgb(68,50,141); }
H1.HeaderClassName
{
color: #44328D;
}
.AnyTagClassName
{
color: #44328D;
}
</style>
background-color css
<style>
a { background-color: #44328D; }
a { background-color: rgb(68,50,141); }
div.DivClassName
{
background-color: #44328D;
}
.BgClassName
{
background-color: #44328D;
}
</style>
border-color css
<style>
span { border-color: #44328D; }
span { border-color: rgb(68,50,141); }
td.TdClassName
{
border-color: #44328D;
}
.TagClassName
{
border-color: #44328D;
}
</style>