Shades of Blue Gem #44239C
Tints of Blue Gem #44239C
RGB
CMYK
RGB Variations
Color information
#44239C (or 0x44239C) is known color: Blue Gem. HEX triplet: 44, 23 and 9C. RGB value is (68,35,156). Sum of RGB (Red+Green+Blue) = 68+35+156=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #44239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44239C is #BBDC63. Grayscale: #3A3A3A. Windows color (decimal): -12311652 or 10232644. OLE color: 10232644.
HSL color Cylindrical-coordinate representation of color #44239C: hue angle of 256.36º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44239C is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 35 | 156 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.39 |
| HSL | 256.36º | 0.63% | 0.37% | - |
| HSV(B) | 256.36º | 0.78% | 0.61% | - |
| XYZ | 8.99 | 4.83 | 31.91 | - |
| YUV | 58.66 | 182.93 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 35 | 156 | 0.56 | 0.78 | 0 | 0.39 | 256.36 | 0.63 | 0.37 |
| Hex | 44 | 23 | 9C | 38 | 4E | 0 | 27 | 100 | 3F | 25 |
| Octal | 104 | 43 | 234 | 70 | 116 | 0 | 47 | 400 | 77 | 45 |
| Binary | 1000100 | 100011 | 10011100 | 111000 | 1001110 | 0 | 100111 | 100000000 | 111111 | 100101 |
Color Harmonies of #44239C
Complementary color
Monochromatic Colors of #44239C
Black with #44239C
Text Example
Text Example
White with #44239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44239C; }
p { color: rgb(68,35,156); }
H1.HeaderClassName
{
color: #44239C;
}
.AnyTagClassName
{
color: #44239C;
}
</style>
background-color css
<style>
a { background-color: #44239C; }
a { background-color: rgb(68,35,156); }
div.DivClassName
{
background-color: #44239C;
}
.BgClassName
{
background-color: #44239C;
}
</style>
border-color css
<style>
span { border-color: #44239C; }
span { border-color: rgb(68,35,156); }
td.TdClassName
{
border-color: #44239C;
}
.TagClassName
{
border-color: #44239C;
}
</style>