Shades of Blue Gem #44249E
Tints of Blue Gem #44249E
RGB
CMYK
RGB Variations
Color information
#44249E (or 0x44249E) is known color: Blue Gem. HEX triplet: 44, 24 and 9E. RGB value is (68,36,158). Sum of RGB (Red+Green+Blue) = 68+36+158=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #44249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44249E is #BBDB61. Grayscale: #3B3B3B. Windows color (decimal): -12311394 or 10363972. OLE color: 10363972.
HSL color Cylindrical-coordinate representation of color #44249E: hue angle of 255.74º 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 #44249E is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 36 | 158 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.38 |
| HSL | 255.74º | 0.63% | 0.38% | - |
| HSV(B) | 255.74º | 0.77% | 0.62% | - |
| XYZ | 9.19 | 4.96 | 32.82 | - |
| YUV | 59.48 | 183.6 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 36 | 158 | 0.57 | 0.77 | 0 | 0.38 | 255.74 | 0.63 | 0.38 |
| Hex | 44 | 24 | 9E | 39 | 4D | 0 | 26 | 100 | 3F | 26 |
| Octal | 104 | 44 | 236 | 71 | 115 | 0 | 46 | 400 | 77 | 46 |
| Binary | 1000100 | 100100 | 10011110 | 111001 | 1001101 | 0 | 100110 | 100000000 | 111111 | 100110 |
Color Harmonies of #44249E
Complementary color
Monochromatic Colors of #44249E
Black with #44249E
Text Example
Text Example
White with #44249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44249E; }
p { color: rgb(68,36,158); }
H1.HeaderClassName
{
color: #44249E;
}
.AnyTagClassName
{
color: #44249E;
}
</style>
background-color css
<style>
a { background-color: #44249E; }
a { background-color: rgb(68,36,158); }
div.DivClassName
{
background-color: #44249E;
}
.BgClassName
{
background-color: #44249E;
}
</style>
border-color css
<style>
span { border-color: #44249E; }
span { border-color: rgb(68,36,158); }
td.TdClassName
{
border-color: #44249E;
}
.TagClassName
{
border-color: #44249E;
}
</style>