Shades of Blue Gem #443390
Tints of Blue Gem #443390
RGB
CMYK
RGB Variations
Color information
#443390 (or 0x443390) is known color: Blue Gem. HEX triplet: 44, 33 and 90. RGB value is (68,51,144). Sum of RGB (Red+Green+Blue) = 68+51+144=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #443390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443390 is #BBCC6F. Grayscale: #424242. Windows color (decimal): -12307568 or 9450308. OLE color: 9450308.
HSL color Cylindrical-coordinate representation of color #443390: hue angle of 250.97º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #443390 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 51 | 144 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.44 |
| HSL | 250.97º | 0.48% | 0.38% | - |
| HSV(B) | 250.97º | 0.65% | 0.56% | - |
| XYZ | 8.6 | 5.61 | 27.02 | - |
| YUV | 66.69 | 171.63 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 144 | 0.53 | 0.65 | 0 | 0.44 | 250.97 | 0.48 | 0.38 |
| Hex | 44 | 33 | 90 | 35 | 41 | 0 | 2C | FB | 30 | 26 |
| Octal | 104 | 63 | 220 | 65 | 101 | 0 | 54 | 373 | 60 | 46 |
| Binary | 1000100 | 110011 | 10010000 | 110101 | 1000001 | 0 | 101100 | 11111011 | 110000 | 100110 |
Color Harmonies of #443390
Complementary color
Monochromatic Colors of #443390
Black with #443390
Text Example
Text Example
White with #443390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443390; }
p { color: rgb(68,51,144); }
H1.HeaderClassName
{
color: #443390;
}
.AnyTagClassName
{
color: #443390;
}
</style>
background-color css
<style>
a { background-color: #443390; }
a { background-color: rgb(68,51,144); }
div.DivClassName
{
background-color: #443390;
}
.BgClassName
{
background-color: #443390;
}
</style>
border-color css
<style>
span { border-color: #443390; }
span { border-color: rgb(68,51,144); }
td.TdClassName
{
border-color: #443390;
}
.TagClassName
{
border-color: #443390;
}
</style>