Shades of Blue Gem #44239D
Tints of Blue Gem #44239D
RGB
CMYK
RGB Variations
Color information
#44239D (or 0x44239D) is known color: Blue Gem. HEX triplet: 44, 23 and 9D. RGB value is (68,35,157). Sum of RGB (Red+Green+Blue) = 68+35+157=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #44239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44239D is #BBDC62. Grayscale: #3A3A3A. Windows color (decimal): -12311651 or 10298180. OLE color: 10298180.
HSL color Cylindrical-coordinate representation of color #44239D: hue angle of 256.23º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44239D is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 35 | 157 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.38 |
| HSL | 256.23º | 0.64% | 0.38% | - |
| HSV(B) | 256.23º | 0.78% | 0.62% | - |
| XYZ | 9.07 | 4.87 | 32.36 | - |
| YUV | 58.78 | 183.43 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 35 | 157 | 0.57 | 0.78 | 0 | 0.38 | 256.23 | 0.64 | 0.38 |
| Hex | 44 | 23 | 9D | 39 | 4E | 0 | 26 | 100 | 40 | 26 |
| Octal | 104 | 43 | 235 | 71 | 116 | 0 | 46 | 400 | 100 | 46 |
| Binary | 1000100 | 100011 | 10011101 | 111001 | 1001110 | 0 | 100110 | 100000000 | 1000000 | 100110 |
Color Harmonies of #44239D
Complementary color
Monochromatic Colors of #44239D
Black with #44239D
Text Example
Text Example
White with #44239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44239D; }
p { color: rgb(68,35,157); }
H1.HeaderClassName
{
color: #44239D;
}
.AnyTagClassName
{
color: #44239D;
}
</style>
background-color css
<style>
a { background-color: #44239D; }
a { background-color: rgb(68,35,157); }
div.DivClassName
{
background-color: #44239D;
}
.BgClassName
{
background-color: #44239D;
}
</style>
border-color css
<style>
span { border-color: #44239D; }
span { border-color: rgb(68,35,157); }
td.TdClassName
{
border-color: #44239D;
}
.TagClassName
{
border-color: #44239D;
}
</style>