Shades of Blue Gem #40379C
Tints of Blue Gem #40379C
RGB
CMYK
RGB Variations
Color information
#40379C (or 0x40379C) is known color: Blue Gem. HEX triplet: 40, 37 and 9C. RGB value is (64,55,156). Sum of RGB (Red+Green+Blue) = 64+55+156=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #40379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40379C is #BFC863. Grayscale: #444444. Windows color (decimal): -12568676 or 10237760. OLE color: 10237760.
HSL color Cylindrical-coordinate representation of color #40379C: hue angle of 245.35º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40379C is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 55 | 156 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.39 |
| HSL | 245.35º | 0.48% | 0.41% | - |
| HSV(B) | 245.35º | 0.65% | 0.61% | - |
| XYZ | 9.48 | 6.22 | 32.15 | - |
| YUV | 69.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 55 | 156 | 0.59 | 0.65 | 0 | 0.39 | 245.35 | 0.48 | 0.41 |
| Hex | 40 | 37 | 9C | 3B | 41 | 0 | 27 | F5 | 30 | 29 |
| Octal | 100 | 67 | 234 | 73 | 101 | 0 | 47 | 365 | 60 | 51 |
| Binary | 1000000 | 110111 | 10011100 | 111011 | 1000001 | 0 | 100111 | 11110101 | 110000 | 101001 |
Color Harmonies of #40379C
Complementary color
Monochromatic Colors of #40379C
Black with #40379C
Text Example
Text Example
White with #40379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40379C; }
p { color: rgb(64,55,156); }
H1.HeaderClassName
{
color: #40379C;
}
.AnyTagClassName
{
color: #40379C;
}
</style>
background-color css
<style>
a { background-color: #40379C; }
a { background-color: rgb(64,55,156); }
div.DivClassName
{
background-color: #40379C;
}
.BgClassName
{
background-color: #40379C;
}
</style>
border-color css
<style>
span { border-color: #40379C; }
span { border-color: rgb(64,55,156); }
td.TdClassName
{
border-color: #40379C;
}
.TagClassName
{
border-color: #40379C;
}
</style>