Shades of Blue Gem #40319C
Tints of Blue Gem #40319C
RGB
CMYK
RGB Variations
Color information
#40319C (or 0x40319C) is known color: Blue Gem. HEX triplet: 40, 31 and 9C. RGB value is (64,49,156). Sum of RGB (Red+Green+Blue) = 64+49+156=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #40319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40319C is #BFCE63. Grayscale: #414141. Windows color (decimal): -12570212 or 10236224. OLE color: 10236224.
HSL color Cylindrical-coordinate representation of color #40319C: hue angle of 248.41º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40319C is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 49 | 156 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.39 |
| HSL | 248.41º | 0.52% | 0.4% | - |
| HSV(B) | 248.41º | 0.69% | 0.61% | - |
| XYZ | 9.21 | 5.69 | 32.06 | - |
| YUV | 65.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 156 | 0.59 | 0.69 | 0 | 0.39 | 248.41 | 0.52 | 0.4 |
| Hex | 40 | 31 | 9C | 3B | 45 | 0 | 27 | F8 | 34 | 28 |
| Octal | 100 | 61 | 234 | 73 | 105 | 0 | 47 | 370 | 64 | 50 |
| Binary | 1000000 | 110001 | 10011100 | 111011 | 1000101 | 0 | 100111 | 11111000 | 110100 | 101000 |
Color Harmonies of #40319C
Complementary color
Monochromatic Colors of #40319C
Black with #40319C
Text Example
Text Example
White with #40319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40319C; }
p { color: rgb(64,49,156); }
H1.HeaderClassName
{
color: #40319C;
}
.AnyTagClassName
{
color: #40319C;
}
</style>
background-color css
<style>
a { background-color: #40319C; }
a { background-color: rgb(64,49,156); }
div.DivClassName
{
background-color: #40319C;
}
.BgClassName
{
background-color: #40319C;
}
</style>
border-color css
<style>
span { border-color: #40319C; }
span { border-color: rgb(64,49,156); }
td.TdClassName
{
border-color: #40319C;
}
.TagClassName
{
border-color: #40319C;
}
</style>