Shades of Resolution Blue #2E4071
Tints of Resolution Blue #2E4071
RGB
CMYK
RGB Variations
Color information
#2E4071 (or 0x2E4071) is known color: Resolution Blue. HEX triplet: 2E, 40 and 71. RGB value is (46,64,113). Sum of RGB (Red+Green+Blue) = 46+64+113=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E4071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4071 is #D1BF8E. Grayscale: #3F3F3F. Windows color (decimal): -13746063 or 7421998. OLE color: 7421998.
HSL color Cylindrical-coordinate representation of color #2E4071: hue angle of 223.88º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E4071 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 64 | 113 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.56 |
| HSL | 223.88º | 0.42% | 0.31% | - |
| HSV(B) | 223.88º | 0.59% | 0.44% | - |
| XYZ | 5.94 | 5.44 | 16.36 | - |
| YUV | 64.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 113 | 0.59 | 0.43 | 0 | 0.56 | 223.88 | 0.42 | 0.31 |
| Hex | 2E | 40 | 71 | 3B | 2B | 0 | 38 | E0 | 2A | 1F |
| Octal | 56 | 100 | 161 | 73 | 53 | 0 | 70 | 340 | 52 | 37 |
| Binary | 101110 | 1000000 | 1110001 | 111011 | 101011 | 0 | 111000 | 11100000 | 101010 | 11111 |
Color Harmonies of #2E4071
Complementary color
Monochromatic Colors of #2E4071
Black with #2E4071
Text Example
Text Example
White with #2E4071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4071; }
p { color: rgb(46,64,113); }
H1.HeaderClassName
{
color: #2E4071;
}
.AnyTagClassName
{
color: #2E4071;
}
</style>
background-color css
<style>
a { background-color: #2E4071; }
a { background-color: rgb(46,64,113); }
div.DivClassName
{
background-color: #2E4071;
}
.BgClassName
{
background-color: #2E4071;
}
</style>
border-color css
<style>
span { border-color: #2E4071; }
span { border-color: rgb(46,64,113); }
td.TdClassName
{
border-color: #2E4071;
}
.TagClassName
{
border-color: #2E4071;
}
</style>