Shades of Blue Gem #44249D
Tints of Blue Gem #44249D
RGB
CMYK
RGB Variations
Color information
#44249D (or 0x44249D) is known color: Blue Gem. HEX triplet: 44, 24 and 9D. RGB value is (68,36,157). Sum of RGB (Red+Green+Blue) = 68+36+157=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #44249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44249D is #BBDB62. Grayscale: #3A3A3A. Windows color (decimal): -12311395 or 10298436. OLE color: 10298436.
HSL color Cylindrical-coordinate representation of color #44249D: hue angle of 255.87º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #44249D is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 36 | 157 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.38 |
| HSL | 255.87º | 0.63% | 0.38% | - |
| HSV(B) | 255.87º | 0.77% | 0.62% | - |
| XYZ | 9.1 | 4.93 | 32.37 | - |
| YUV | 59.36 | 183.1 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 36 | 157 | 0.57 | 0.77 | 0 | 0.38 | 255.87 | 0.63 | 0.38 |
| Hex | 44 | 24 | 9D | 39 | 4D | 0 | 26 | 100 | 3F | 26 |
| Octal | 104 | 44 | 235 | 71 | 115 | 0 | 46 | 400 | 77 | 46 |
| Binary | 1000100 | 100100 | 10011101 | 111001 | 1001101 | 0 | 100110 | 100000000 | 111111 | 100110 |
Color Harmonies of #44249D
Complementary color
Monochromatic Colors of #44249D
Black with #44249D
Text Example
Text Example
White with #44249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44249D; }
p { color: rgb(68,36,157); }
H1.HeaderClassName
{
color: #44249D;
}
.AnyTagClassName
{
color: #44249D;
}
</style>
background-color css
<style>
a { background-color: #44249D; }
a { background-color: rgb(68,36,157); }
div.DivClassName
{
background-color: #44249D;
}
.BgClassName
{
background-color: #44249D;
}
</style>
border-color css
<style>
span { border-color: #44249D; }
span { border-color: rgb(68,36,157); }
td.TdClassName
{
border-color: #44249D;
}
.TagClassName
{
border-color: #44249D;
}
</style>