Shades of Blue Gem #44329F
Tints of Blue Gem #44329F
RGB
CMYK
RGB Variations
Color information
#44329F (or 0x44329F) is known color: Blue Gem. HEX triplet: 44, 32 and 9F. RGB value is (68,50,159). Sum of RGB (Red+Green+Blue) = 68+50+159=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #44329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44329F is #BBCD60. Grayscale: #434343. Windows color (decimal): -12307809 or 10433092. OLE color: 10433092.
HSL color Cylindrical-coordinate representation of color #44329F: hue angle of 249.91º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44329F is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 50 | 159 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.38 |
| HSL | 249.91º | 0.52% | 0.41% | - |
| HSV(B) | 249.91º | 0.69% | 0.62% | - |
| XYZ | 9.78 | 6.01 | 33.45 | - |
| YUV | 67.81 | 179.46 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 159 | 0.57 | 0.69 | 0 | 0.38 | 249.91 | 0.52 | 0.41 |
| Hex | 44 | 32 | 9F | 39 | 45 | 0 | 26 | FA | 34 | 29 |
| Octal | 104 | 62 | 237 | 71 | 105 | 0 | 46 | 372 | 64 | 51 |
| Binary | 1000100 | 110010 | 10011111 | 111001 | 1000101 | 0 | 100110 | 11111010 | 110100 | 101001 |
Color Harmonies of #44329F
Complementary color
Monochromatic Colors of #44329F
Black with #44329F
Text Example
Text Example
White with #44329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44329F; }
p { color: rgb(68,50,159); }
H1.HeaderClassName
{
color: #44329F;
}
.AnyTagClassName
{
color: #44329F;
}
</style>
background-color css
<style>
a { background-color: #44329F; }
a { background-color: rgb(68,50,159); }
div.DivClassName
{
background-color: #44329F;
}
.BgClassName
{
background-color: #44329F;
}
</style>
border-color css
<style>
span { border-color: #44329F; }
span { border-color: rgb(68,50,159); }
td.TdClassName
{
border-color: #44329F;
}
.TagClassName
{
border-color: #44329F;
}
</style>