Shades of Blue Gem #443395
Tints of Blue Gem #443395
RGB
CMYK
RGB Variations
Color information
#443395 (or 0x443395) is known color: Blue Gem. HEX triplet: 44, 33 and 95. RGB value is (68,51,149). Sum of RGB (Red+Green+Blue) = 68+51+149=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #443395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443395 is #BBCC6A. Grayscale: #424242. Windows color (decimal): -12307563 or 9777988. OLE color: 9777988.
HSL color Cylindrical-coordinate representation of color #443395: hue angle of 250.41º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #443395 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 51 | 149 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.42 |
| HSL | 250.41º | 0.49% | 0.39% | - |
| HSV(B) | 250.41º | 0.66% | 0.58% | - |
| XYZ | 8.99 | 5.77 | 29.07 | - |
| YUV | 67.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 149 | 0.54 | 0.66 | 0 | 0.42 | 250.41 | 0.49 | 0.39 |
| Hex | 44 | 33 | 95 | 36 | 42 | 0 | 2A | FA | 31 | 27 |
| Octal | 104 | 63 | 225 | 66 | 102 | 0 | 52 | 372 | 61 | 47 |
| Binary | 1000100 | 110011 | 10010101 | 110110 | 1000010 | 0 | 101010 | 11111010 | 110001 | 100111 |
Color Harmonies of #443395
Complementary color
Monochromatic Colors of #443395
Black with #443395
Text Example
Text Example
White with #443395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443395; }
p { color: rgb(68,51,149); }
H1.HeaderClassName
{
color: #443395;
}
.AnyTagClassName
{
color: #443395;
}
</style>
background-color css
<style>
a { background-color: #443395; }
a { background-color: rgb(68,51,149); }
div.DivClassName
{
background-color: #443395;
}
.BgClassName
{
background-color: #443395;
}
</style>
border-color css
<style>
span { border-color: #443395; }
span { border-color: rgb(68,51,149); }
td.TdClassName
{
border-color: #443395;
}
.TagClassName
{
border-color: #443395;
}
</style>