Shades of Blue Gem #402FB0
Tints of Blue Gem #402FB0
RGB
CMYK
RGB Variations
Color information
#402FB0 (or 0x402FB0) is known color: Blue Gem. HEX triplet: 40, 2F and B0. RGB value is (64,47,176). Sum of RGB (Red+Green+Blue) = 64+47+176=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 176 (69.14% from 255 or 61.32% from 287); Max value from RGB is 176 - color contains mainly: blue. Hex color #402FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402FB0 is #BFD04F. Grayscale: #424242. Windows color (decimal): -12570704 or 11546432. OLE color: 11546432.
HSL color Cylindrical-coordinate representation of color #402FB0: hue angle of 247.91º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402FB0 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 47 | 176 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.31 |
| HSL | 247.91º | 0.58% | 0.44% | - |
| HSV(B) | 247.91º | 0.73% | 0.69% | - |
| XYZ | 10.97 | 6.26 | 41.7 | - |
| YUV | 66.79 | 189.63 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 176 | 0.64 | 0.73 | 0 | 0.31 | 247.91 | 0.58 | 0.44 |
| Hex | 40 | 2F | B0 | 40 | 49 | 0 | 1F | F8 | 3A | 2C |
| Octal | 100 | 57 | 260 | 100 | 111 | 0 | 37 | 370 | 72 | 54 |
| Binary | 1000000 | 101111 | 10110000 | 1000000 | 1001001 | 0 | 11111 | 11111000 | 111010 | 101100 |
Color Harmonies of #402FB0
Complementary color
Monochromatic Colors of #402FB0
Black with #402FB0
Text Example
Text Example
White with #402FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402FB0; }
p { color: rgb(64,47,176); }
H1.HeaderClassName
{
color: #402FB0;
}
.AnyTagClassName
{
color: #402FB0;
}
</style>
background-color css
<style>
a { background-color: #402FB0; }
a { background-color: rgb(64,47,176); }
div.DivClassName
{
background-color: #402FB0;
}
.BgClassName
{
background-color: #402FB0;
}
</style>
border-color css
<style>
span { border-color: #402FB0; }
span { border-color: rgb(64,47,176); }
td.TdClassName
{
border-color: #402FB0;
}
.TagClassName
{
border-color: #402FB0;
}
</style>