Shades of Blue Gem #403194
Tints of Blue Gem #403194
RGB
CMYK
RGB Variations
Color information
#403194 (or 0x403194) is known color: Blue Gem. HEX triplet: 40, 31 and 94. RGB value is (64,49,148). Sum of RGB (Red+Green+Blue) = 64+49+148=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #403194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403194 is #BFCE6B. Grayscale: #404040. Windows color (decimal): -12570220 or 9711936. OLE color: 9711936.
HSL color Cylindrical-coordinate representation of color #403194: hue angle of 249.09º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403194 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 49 | 148 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.42 |
| HSL | 249.09º | 0.5% | 0.39% | - |
| HSV(B) | 249.09º | 0.67% | 0.58% | - |
| XYZ | 8.56 | 5.42 | 28.61 | - |
| YUV | 64.77 | 174.97 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 148 | 0.57 | 0.67 | 0 | 0.42 | 249.09 | 0.5 | 0.39 |
| Hex | 40 | 31 | 94 | 39 | 43 | 0 | 2A | F9 | 32 | 27 |
| Octal | 100 | 61 | 224 | 71 | 103 | 0 | 52 | 371 | 62 | 47 |
| Binary | 1000000 | 110001 | 10010100 | 111001 | 1000011 | 0 | 101010 | 11111001 | 110010 | 100111 |
Color Harmonies of #403194
Complementary color
Monochromatic Colors of #403194
Black with #403194
Text Example
Text Example
White with #403194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403194; }
p { color: rgb(64,49,148); }
H1.HeaderClassName
{
color: #403194;
}
.AnyTagClassName
{
color: #403194;
}
</style>
background-color css
<style>
a { background-color: #403194; }
a { background-color: rgb(64,49,148); }
div.DivClassName
{
background-color: #403194;
}
.BgClassName
{
background-color: #403194;
}
</style>
border-color css
<style>
span { border-color: #403194; }
span { border-color: rgb(64,49,148); }
td.TdClassName
{
border-color: #403194;
}
.TagClassName
{
border-color: #403194;
}
</style>