Shades of Resolution Blue #2E3A71
Tints of Resolution Blue #2E3A71
RGB
CMYK
RGB Variations
Color information
#2E3A71 (or 0x2E3A71) is known color: Resolution Blue. HEX triplet: 2E, 3A and 71. RGB value is (46,58,113). Sum of RGB (Red+Green+Blue) = 46+58+113=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E3A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3A71 is #D1C58E. Grayscale: #3C3C3C. Windows color (decimal): -13747599 or 7420462. OLE color: 7420462.
HSL color Cylindrical-coordinate representation of color #2E3A71: hue angle of 229.25º 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 #2E3A71 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 58 | 113 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.56 |
| HSL | 229.25º | 0.42% | 0.31% | - |
| HSV(B) | 229.25º | 0.59% | 0.44% | - |
| XYZ | 5.62 | 4.8 | 16.25 | - |
| YUV | 60.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 58 | 113 | 0.59 | 0.49 | 0 | 0.56 | 229.25 | 0.42 | 0.31 |
| Hex | 2E | 3A | 71 | 3B | 31 | 0 | 38 | E5 | 2A | 1F |
| Octal | 56 | 72 | 161 | 73 | 61 | 0 | 70 | 345 | 52 | 37 |
| Binary | 101110 | 111010 | 1110001 | 111011 | 110001 | 0 | 111000 | 11100101 | 101010 | 11111 |
Color Harmonies of #2E3A71
Complementary color
Monochromatic Colors of #2E3A71
Black with #2E3A71
Text Example
Text Example
White with #2E3A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3A71; }
p { color: rgb(46,58,113); }
H1.HeaderClassName
{
color: #2E3A71;
}
.AnyTagClassName
{
color: #2E3A71;
}
</style>
background-color css
<style>
a { background-color: #2E3A71; }
a { background-color: rgb(46,58,113); }
div.DivClassName
{
background-color: #2E3A71;
}
.BgClassName
{
background-color: #2E3A71;
}
</style>
border-color css
<style>
span { border-color: #2E3A71; }
span { border-color: rgb(46,58,113); }
td.TdClassName
{
border-color: #2E3A71;
}
.TagClassName
{
border-color: #2E3A71;
}
</style>