Shades of Blue Gem #443299
Tints of Blue Gem #443299
RGB
CMYK
RGB Variations
Color information
#443299 (or 0x443299) is known color: Blue Gem. HEX triplet: 44, 32 and 99. RGB value is (68,50,153). Sum of RGB (Red+Green+Blue) = 68+50+153=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #443299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443299 is #BBCD66. Grayscale: #424242. Windows color (decimal): -12307815 or 10039876. OLE color: 10039876.
HSL color Cylindrical-coordinate representation of color #443299: hue angle of 250.49º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #443299 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 50 | 153 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.4 |
| HSL | 250.49º | 0.51% | 0.4% | - |
| HSV(B) | 250.49º | 0.67% | 0.6% | - |
| XYZ | 9.27 | 5.81 | 30.77 | - |
| YUV | 67.12 | 176.46 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 153 | 0.56 | 0.67 | 0 | 0.4 | 250.49 | 0.51 | 0.4 |
| Hex | 44 | 32 | 99 | 38 | 43 | 0 | 28 | FA | 33 | 28 |
| Octal | 104 | 62 | 231 | 70 | 103 | 0 | 50 | 372 | 63 | 50 |
| Binary | 1000100 | 110010 | 10011001 | 111000 | 1000011 | 0 | 101000 | 11111010 | 110011 | 101000 |
Color Harmonies of #443299
Complementary color
Monochromatic Colors of #443299
Black with #443299
Text Example
Text Example
White with #443299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443299; }
p { color: rgb(68,50,153); }
H1.HeaderClassName
{
color: #443299;
}
.AnyTagClassName
{
color: #443299;
}
</style>
background-color css
<style>
a { background-color: #443299; }
a { background-color: rgb(68,50,153); }
div.DivClassName
{
background-color: #443299;
}
.BgClassName
{
background-color: #443299;
}
</style>
border-color css
<style>
span { border-color: #443299; }
span { border-color: rgb(68,50,153); }
td.TdClassName
{
border-color: #443299;
}
.TagClassName
{
border-color: #443299;
}
</style>