Shades of Resolution Blue #2E3E87
Tints of Resolution Blue #2E3E87
RGB
CMYK
RGB Variations
Color information
#2E3E87 (or 0x2E3E87) is known color: Resolution Blue. HEX triplet: 2E, 3E and 87. RGB value is (46,62,135). Sum of RGB (Red+Green+Blue) = 46+62+135=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E3E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3E87 is #D1C178. Grayscale: #414141. Windows color (decimal): -13746553 or 8863278. OLE color: 8863278.
HSL color Cylindrical-coordinate representation of color #2E3E87: hue angle of 229.21º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E3E87 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 62 | 135 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.47 |
| HSL | 229.21º | 0.49% | 0.35% | - |
| HSV(B) | 229.21º | 0.66% | 0.53% | - |
| XYZ | 7.22 | 5.78 | 23.66 | - |
| YUV | 65.54 | 167.2 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 135 | 0.66 | 0.54 | 0 | 0.47 | 229.21 | 0.49 | 0.35 |
| Hex | 2E | 3E | 87 | 42 | 36 | 0 | 2F | E5 | 31 | 23 |
| Octal | 56 | 76 | 207 | 102 | 66 | 0 | 57 | 345 | 61 | 43 |
| Binary | 101110 | 111110 | 10000111 | 1000010 | 110110 | 0 | 101111 | 11100101 | 110001 | 100011 |
Color Harmonies of #2E3E87
Complementary color
Monochromatic Colors of #2E3E87
Black with #2E3E87
Text Example
Text Example
White with #2E3E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3E87; }
p { color: rgb(46,62,135); }
H1.HeaderClassName
{
color: #2E3E87;
}
.AnyTagClassName
{
color: #2E3E87;
}
</style>
background-color css
<style>
a { background-color: #2E3E87; }
a { background-color: rgb(46,62,135); }
div.DivClassName
{
background-color: #2E3E87;
}
.BgClassName
{
background-color: #2E3E87;
}
</style>
border-color css
<style>
span { border-color: #2E3E87; }
span { border-color: rgb(46,62,135); }
td.TdClassName
{
border-color: #2E3E87;
}
.TagClassName
{
border-color: #2E3E87;
}
</style>