Shades of Blue Gem #44329B
Tints of Blue Gem #44329B
RGB
CMYK
RGB Variations
Color information
#44329B (or 0x44329B) is known color: Blue Gem. HEX triplet: 44, 32 and 9B. RGB value is (68,50,155). Sum of RGB (Red+Green+Blue) = 68+50+155=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #44329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44329B is #BBCD64. Grayscale: #424242. Windows color (decimal): -12307813 or 10170948. OLE color: 10170948.
HSL color Cylindrical-coordinate representation of color #44329B: hue angle of 250.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44329B is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 50 | 155 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.39 |
| HSL | 250.29º | 0.51% | 0.4% | - |
| HSV(B) | 250.29º | 0.68% | 0.61% | - |
| XYZ | 9.44 | 5.88 | 31.65 | - |
| YUV | 67.35 | 177.46 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 155 | 0.56 | 0.68 | 0 | 0.39 | 250.29 | 0.51 | 0.4 |
| Hex | 44 | 32 | 9B | 38 | 44 | 0 | 27 | FA | 33 | 28 |
| Octal | 104 | 62 | 233 | 70 | 104 | 0 | 47 | 372 | 63 | 50 |
| Binary | 1000100 | 110010 | 10011011 | 111000 | 1000100 | 0 | 100111 | 11111010 | 110011 | 101000 |
Color Harmonies of #44329B
Complementary color
Monochromatic Colors of #44329B
Black with #44329B
Text Example
Text Example
White with #44329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44329B; }
p { color: rgb(68,50,155); }
H1.HeaderClassName
{
color: #44329B;
}
.AnyTagClassName
{
color: #44329B;
}
</style>
background-color css
<style>
a { background-color: #44329B; }
a { background-color: rgb(68,50,155); }
div.DivClassName
{
background-color: #44329B;
}
.BgClassName
{
background-color: #44329B;
}
</style>
border-color css
<style>
span { border-color: #44329B; }
span { border-color: rgb(68,50,155); }
td.TdClassName
{
border-color: #44329B;
}
.TagClassName
{
border-color: #44329B;
}
</style>