Shades of Blue Gem #40349F
Tints of Blue Gem #40349F
RGB
CMYK
RGB Variations
Color information
#40349F (or 0x40349F) is known color: Blue Gem. HEX triplet: 40, 34 and 9F. RGB value is (64,52,159). Sum of RGB (Red+Green+Blue) = 64+52+159=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #40349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40349F is #BFCB60. Grayscale: #434343. Windows color (decimal): -12569441 or 10433600. OLE color: 10433600.
HSL color Cylindrical-coordinate representation of color #40349F: hue angle of 246.73º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40349F is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 52 | 159 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.38 |
| HSL | 246.73º | 0.51% | 0.41% | - |
| HSV(B) | 246.73º | 0.67% | 0.62% | - |
| XYZ | 9.6 | 6.05 | 33.46 | - |
| YUV | 67.79 | 179.48 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 159 | 0.60 | 0.67 | 0 | 0.38 | 246.73 | 0.51 | 0.41 |
| Hex | 40 | 34 | 9F | 3C | 43 | 0 | 26 | F7 | 33 | 29 |
| Octal | 100 | 64 | 237 | 74 | 103 | 0 | 46 | 367 | 63 | 51 |
| Binary | 1000000 | 110100 | 10011111 | 111100 | 1000011 | 0 | 100110 | 11110111 | 110011 | 101001 |
Color Harmonies of #40349F
Complementary color
Monochromatic Colors of #40349F
Black with #40349F
Text Example
Text Example
White with #40349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40349F; }
p { color: rgb(64,52,159); }
H1.HeaderClassName
{
color: #40349F;
}
.AnyTagClassName
{
color: #40349F;
}
</style>
background-color css
<style>
a { background-color: #40349F; }
a { background-color: rgb(64,52,159); }
div.DivClassName
{
background-color: #40349F;
}
.BgClassName
{
background-color: #40349F;
}
</style>
border-color css
<style>
span { border-color: #40349F; }
span { border-color: rgb(64,52,159); }
td.TdClassName
{
border-color: #40349F;
}
.TagClassName
{
border-color: #40349F;
}
</style>