Shades of Blue Gem #402F9C
Tints of Blue Gem #402F9C
RGB
CMYK
RGB Variations
Color information
#402F9C (or 0x402F9C) is known color: Blue Gem. HEX triplet: 40, 2F and 9C. RGB value is (64,47,156). Sum of RGB (Red+Green+Blue) = 64+47+156=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #402F9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402F9C is #BFD063. Grayscale: #404040. Windows color (decimal): -12570724 or 10235712. OLE color: 10235712.
HSL color Cylindrical-coordinate representation of color #402F9C: hue angle of 249.36º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402F9C is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 47 | 156 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.39 |
| HSL | 249.36º | 0.54% | 0.4% | - |
| HSV(B) | 249.36º | 0.7% | 0.61% | - |
| XYZ | 9.13 | 5.52 | 32.04 | - |
| YUV | 64.51 | 179.63 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 156 | 0.59 | 0.70 | 0 | 0.39 | 249.36 | 0.54 | 0.4 |
| Hex | 40 | 2F | 9C | 3B | 46 | 0 | 27 | F9 | 36 | 28 |
| Octal | 100 | 57 | 234 | 73 | 106 | 0 | 47 | 371 | 66 | 50 |
| Binary | 1000000 | 101111 | 10011100 | 111011 | 1000110 | 0 | 100111 | 11111001 | 110110 | 101000 |
Color Harmonies of #402F9C
Complementary color
Monochromatic Colors of #402F9C
Black with #402F9C
Text Example
Text Example
White with #402F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F9C; }
p { color: rgb(64,47,156); }
H1.HeaderClassName
{
color: #402F9C;
}
.AnyTagClassName
{
color: #402F9C;
}
</style>
background-color css
<style>
a { background-color: #402F9C; }
a { background-color: rgb(64,47,156); }
div.DivClassName
{
background-color: #402F9C;
}
.BgClassName
{
background-color: #402F9C;
}
</style>
border-color css
<style>
span { border-color: #402F9C; }
span { border-color: rgb(64,47,156); }
td.TdClassName
{
border-color: #402F9C;
}
.TagClassName
{
border-color: #402F9C;
}
</style>