Shades of Blue Gem #403093
Tints of Blue Gem #403093
RGB
CMYK
RGB Variations
Color information
#403093 (or 0x403093) is known color: Blue Gem. HEX triplet: 40, 30 and 93. RGB value is (64,48,147). Sum of RGB (Red+Green+Blue) = 64+48+147=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #403093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403093 is #BFCF6C. Grayscale: #3F3F3F. Windows color (decimal): -12570477 or 9646144. OLE color: 9646144.
HSL color Cylindrical-coordinate representation of color #403093: hue angle of 249.7º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403093 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 48 | 147 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.42 |
| HSL | 249.7º | 0.51% | 0.38% | - |
| HSV(B) | 249.7º | 0.67% | 0.58% | - |
| XYZ | 8.44 | 5.31 | 28.18 | - |
| YUV | 64.07 | 174.8 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 147 | 0.56 | 0.67 | 0 | 0.42 | 249.7 | 0.51 | 0.38 |
| Hex | 40 | 30 | 93 | 38 | 43 | 0 | 2A | FA | 33 | 26 |
| Octal | 100 | 60 | 223 | 70 | 103 | 0 | 52 | 372 | 63 | 46 |
| Binary | 1000000 | 110000 | 10010011 | 111000 | 1000011 | 0 | 101010 | 11111010 | 110011 | 100110 |
Color Harmonies of #403093
Complementary color
Monochromatic Colors of #403093
Black with #403093
Text Example
Text Example
White with #403093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403093; }
p { color: rgb(64,48,147); }
H1.HeaderClassName
{
color: #403093;
}
.AnyTagClassName
{
color: #403093;
}
</style>
background-color css
<style>
a { background-color: #403093; }
a { background-color: rgb(64,48,147); }
div.DivClassName
{
background-color: #403093;
}
.BgClassName
{
background-color: #403093;
}
</style>
border-color css
<style>
span { border-color: #403093; }
span { border-color: rgb(64,48,147); }
td.TdClassName
{
border-color: #403093;
}
.TagClassName
{
border-color: #403093;
}
</style>