Shades of Blue Gem #443198
Tints of Blue Gem #443198
RGB
CMYK
RGB Variations
Color information
#443198 (or 0x443198) is known color: Blue Gem. HEX triplet: 44, 31 and 98. RGB value is (68,49,152). Sum of RGB (Red+Green+Blue) = 68+49+152=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #443198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443198 is #BBCE67. Grayscale: #424242. Windows color (decimal): -12308072 or 9974084. OLE color: 9974084.
HSL color Cylindrical-coordinate representation of color #443198: hue angle of 251.07º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #443198 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 49 | 152 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.40 |
| HSL | 251.07º | 0.51% | 0.39% | - |
| HSV(B) | 251.07º | 0.68% | 0.6% | - |
| XYZ | 9.15 | 5.69 | 30.32 | - |
| YUV | 66.42 | 176.29 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 152 | 0.55 | 0.68 | 0 | 0.40 | 251.07 | 0.51 | 0.39 |
| Hex | 44 | 31 | 98 | 37 | 44 | 0 | 28 | FB | 33 | 27 |
| Octal | 104 | 61 | 230 | 67 | 104 | 0 | 50 | 373 | 63 | 47 |
| Binary | 1000100 | 110001 | 10011000 | 110111 | 1000100 | 0 | 101000 | 11111011 | 110011 | 100111 |
Color Harmonies of #443198
Complementary color
Monochromatic Colors of #443198
Black with #443198
Text Example
Text Example
White with #443198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443198; }
p { color: rgb(68,49,152); }
H1.HeaderClassName
{
color: #443198;
}
.AnyTagClassName
{
color: #443198;
}
</style>
background-color css
<style>
a { background-color: #443198; }
a { background-color: rgb(68,49,152); }
div.DivClassName
{
background-color: #443198;
}
.BgClassName
{
background-color: #443198;
}
</style>
border-color css
<style>
span { border-color: #443198; }
span { border-color: rgb(68,49,152); }
td.TdClassName
{
border-color: #443198;
}
.TagClassName
{
border-color: #443198;
}
</style>