Shades of Resolution Blue #2E3B71
Tints of Resolution Blue #2E3B71
RGB
CMYK
RGB Variations
Color information
#2E3B71 (or 0x2E3B71) is known color: Resolution Blue. HEX triplet: 2E, 3B and 71. RGB value is (46,59,113). Sum of RGB (Red+Green+Blue) = 46+59+113=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E3B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3B71 is #D1C48E. Grayscale: #3D3D3D. Windows color (decimal): -13747343 or 7420718. OLE color: 7420718.
HSL color Cylindrical-coordinate representation of color #2E3B71: hue angle of 228.36º 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 #2E3B71 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 59 | 113 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.56 |
| HSL | 228.36º | 0.42% | 0.31% | - |
| HSV(B) | 228.36º | 0.59% | 0.44% | - |
| XYZ | 5.67 | 4.9 | 16.27 | - |
| YUV | 61.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 59 | 113 | 0.59 | 0.48 | 0 | 0.56 | 228.36 | 0.42 | 0.31 |
| Hex | 2E | 3B | 71 | 3B | 30 | 0 | 38 | E4 | 2A | 1F |
| Octal | 56 | 73 | 161 | 73 | 60 | 0 | 70 | 344 | 52 | 37 |
| Binary | 101110 | 111011 | 1110001 | 111011 | 110000 | 0 | 111000 | 11100100 | 101010 | 11111 |
Color Harmonies of #2E3B71
Complementary color
Monochromatic Colors of #2E3B71
Black with #2E3B71
Text Example
Text Example
White with #2E3B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3B71; }
p { color: rgb(46,59,113); }
H1.HeaderClassName
{
color: #2E3B71;
}
.AnyTagClassName
{
color: #2E3B71;
}
</style>
background-color css
<style>
a { background-color: #2E3B71; }
a { background-color: rgb(46,59,113); }
div.DivClassName
{
background-color: #2E3B71;
}
.BgClassName
{
background-color: #2E3B71;
}
</style>
border-color css
<style>
span { border-color: #2E3B71; }
span { border-color: rgb(46,59,113); }
td.TdClassName
{
border-color: #2E3B71;
}
.TagClassName
{
border-color: #2E3B71;
}
</style>