Shades of Blue Gem #403397
Tints of Blue Gem #403397
RGB
CMYK
RGB Variations
Color information
#403397 (or 0x403397) is known color: Blue Gem. HEX triplet: 40, 33 and 97. RGB value is (64,51,151). Sum of RGB (Red+Green+Blue) = 64+51+151=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 151 (59.38% from 255 or 56.77% from 266); Max value from RGB is 151 - color contains mainly: blue. Hex color #403397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403397 is #BFCC68. Grayscale: #414141. Windows color (decimal): -12569705 or 9909056. OLE color: 9909056.
HSL color Cylindrical-coordinate representation of color #403397: hue angle of 247.8º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403397 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 51 | 151 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.41 |
| HSL | 247.8º | 0.5% | 0.4% | - |
| HSV(B) | 247.8º | 0.66% | 0.59% | - |
| XYZ | 8.88 | 5.69 | 29.91 | - |
| YUV | 66.29 | 175.81 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 151 | 0.58 | 0.66 | 0 | 0.41 | 247.8 | 0.5 | 0.4 |
| Hex | 40 | 33 | 97 | 3A | 42 | 0 | 29 | F8 | 32 | 28 |
| Octal | 100 | 63 | 227 | 72 | 102 | 0 | 51 | 370 | 62 | 50 |
| Binary | 1000000 | 110011 | 10010111 | 111010 | 1000010 | 0 | 101001 | 11111000 | 110010 | 101000 |
Color Harmonies of #403397
Complementary color
Monochromatic Colors of #403397
Black with #403397
Text Example
Text Example
White with #403397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403397; }
p { color: rgb(64,51,151); }
H1.HeaderClassName
{
color: #403397;
}
.AnyTagClassName
{
color: #403397;
}
</style>
background-color css
<style>
a { background-color: #403397; }
a { background-color: rgb(64,51,151); }
div.DivClassName
{
background-color: #403397;
}
.BgClassName
{
background-color: #403397;
}
</style>
border-color css
<style>
span { border-color: #403397; }
span { border-color: rgb(64,51,151); }
td.TdClassName
{
border-color: #403397;
}
.TagClassName
{
border-color: #403397;
}
</style>