Shades of Resolution Blue #2E4871
Tints of Resolution Blue #2E4871
RGB
CMYK
RGB Variations
Color information
#2E4871 (or 0x2E4871) is known color: Resolution Blue. HEX triplet: 2E, 48 and 71. RGB value is (46,72,113). Sum of RGB (Red+Green+Blue) = 46+72+113=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E4871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4871 is #D1B78E. Grayscale: #444444. Windows color (decimal): -13744015 or 7424046. OLE color: 7424046.
HSL color Cylindrical-coordinate representation of color #2E4871: hue angle of 216.72º 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 #2E4871 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 72 | 113 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.56 |
| HSL | 216.72º | 0.42% | 0.31% | - |
| HSV(B) | 216.72º | 0.59% | 0.44% | - |
| XYZ | 6.42 | 6.41 | 16.52 | - |
| YUV | 68.9 | 152.89 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 72 | 113 | 0.59 | 0.36 | 0 | 0.56 | 216.72 | 0.42 | 0.31 |
| Hex | 2E | 48 | 71 | 3B | 24 | 0 | 38 | D9 | 2A | 1F |
| Octal | 56 | 110 | 161 | 73 | 44 | 0 | 70 | 331 | 52 | 37 |
| Binary | 101110 | 1001000 | 1110001 | 111011 | 100100 | 0 | 111000 | 11011001 | 101010 | 11111 |
Color Harmonies of #2E4871
Complementary color
Monochromatic Colors of #2E4871
Black with #2E4871
Text Example
Text Example
White with #2E4871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4871; }
p { color: rgb(46,72,113); }
H1.HeaderClassName
{
color: #2E4871;
}
.AnyTagClassName
{
color: #2E4871;
}
</style>
background-color css
<style>
a { background-color: #2E4871; }
a { background-color: rgb(46,72,113); }
div.DivClassName
{
background-color: #2E4871;
}
.BgClassName
{
background-color: #2E4871;
}
</style>
border-color css
<style>
span { border-color: #2E4871; }
span { border-color: rgb(46,72,113); }
td.TdClassName
{
border-color: #2E4871;
}
.TagClassName
{
border-color: #2E4871;
}
</style>