Shades of Blue Gem #443189
Tints of Blue Gem #443189
RGB
CMYK
RGB Variations
Color information
#443189 (or 0x443189) is known color: Blue Gem. HEX triplet: 44, 31 and 89. RGB value is (68,49,137). Sum of RGB (Red+Green+Blue) = 68+49+137=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #443189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443189 is #BBCE76. Grayscale: #404040. Windows color (decimal): -12308087 or 8991044. OLE color: 8991044.
HSL color Cylindrical-coordinate representation of color #443189: hue angle of 252.95º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #443189 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 49 | 137 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.46 |
| HSL | 252.95º | 0.47% | 0.36% | - |
| HSV(B) | 252.95º | 0.64% | 0.54% | - |
| XYZ | 8 | 5.23 | 24.26 | - |
| YUV | 64.71 | 168.79 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 137 | 0.50 | 0.64 | 0 | 0.46 | 252.95 | 0.47 | 0.36 |
| Hex | 44 | 31 | 89 | 32 | 40 | 0 | 2E | FD | 2F | 24 |
| Octal | 104 | 61 | 211 | 62 | 100 | 0 | 56 | 375 | 57 | 44 |
| Binary | 1000100 | 110001 | 10001001 | 110010 | 1000000 | 0 | 101110 | 11111101 | 101111 | 100100 |
Color Harmonies of #443189
Complementary color
Monochromatic Colors of #443189
Black with #443189
Text Example
Text Example
White with #443189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443189; }
p { color: rgb(68,49,137); }
H1.HeaderClassName
{
color: #443189;
}
.AnyTagClassName
{
color: #443189;
}
</style>
background-color css
<style>
a { background-color: #443189; }
a { background-color: rgb(68,49,137); }
div.DivClassName
{
background-color: #443189;
}
.BgClassName
{
background-color: #443189;
}
</style>
border-color css
<style>
span { border-color: #443189; }
span { border-color: rgb(68,49,137); }
td.TdClassName
{
border-color: #443189;
}
.TagClassName
{
border-color: #443189;
}
</style>