Shades of Resolution Blue #2E4776
Tints of Resolution Blue #2E4776
RGB
CMYK
RGB Variations
Color information
#2E4776 (or 0x2E4776) is known color: Resolution Blue. HEX triplet: 2E, 47 and 76. RGB value is (46,71,118). Sum of RGB (Red+Green+Blue) = 46+71+118=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E4776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4776 is #D1B889. Grayscale: #444444. Windows color (decimal): -13744266 or 7751470. OLE color: 7751470.
HSL color Cylindrical-coordinate representation of color #2E4776: hue angle of 219.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E4776 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 71 | 118 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.54 |
| HSL | 219.17º | 0.44% | 0.32% | - |
| HSV(B) | 219.17º | 0.61% | 0.46% | - |
| XYZ | 6.65 | 6.4 | 18.02 | - |
| YUV | 68.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 71 | 118 | 0.61 | 0.40 | 0 | 0.54 | 219.17 | 0.44 | 0.32 |
| Hex | 2E | 47 | 76 | 3D | 28 | 0 | 36 | DB | 2C | 20 |
| Octal | 56 | 107 | 166 | 75 | 50 | 0 | 66 | 333 | 54 | 40 |
| Binary | 101110 | 1000111 | 1110110 | 111101 | 101000 | 0 | 110110 | 11011011 | 101100 | 100000 |
Color Harmonies of #2E4776
Complementary color
Monochromatic Colors of #2E4776
Black with #2E4776
Text Example
Text Example
White with #2E4776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4776; }
p { color: rgb(46,71,118); }
H1.HeaderClassName
{
color: #2E4776;
}
.AnyTagClassName
{
color: #2E4776;
}
</style>
background-color css
<style>
a { background-color: #2E4776; }
a { background-color: rgb(46,71,118); }
div.DivClassName
{
background-color: #2E4776;
}
.BgClassName
{
background-color: #2E4776;
}
</style>
border-color css
<style>
span { border-color: #2E4776; }
span { border-color: rgb(46,71,118); }
td.TdClassName
{
border-color: #2E4776;
}
.TagClassName
{
border-color: #2E4776;
}
</style>