Shades of Resolution Blue #2E3A73
Tints of Resolution Blue #2E3A73
RGB
CMYK
RGB Variations
Color information
#2E3A73 (or 0x2E3A73) is known color: Resolution Blue. HEX triplet: 2E, 3A and 73. RGB value is (46,58,115). Sum of RGB (Red+Green+Blue) = 46+58+115=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E3A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3A73 is #D1C58C. Grayscale: #3C3C3C. Windows color (decimal): -13747597 or 7551534. OLE color: 7551534.
HSL color Cylindrical-coordinate representation of color #2E3A73: hue angle of 229.57º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E3A73 is Cyan = 0.6, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 58 | 115 | - |
| CMYK | 0.6 | 0.50 | 0 | 0.55 |
| HSL | 229.57º | 0.43% | 0.32% | - |
| HSV(B) | 229.57º | 0.6% | 0.45% | - |
| XYZ | 5.73 | 4.84 | 16.85 | - |
| YUV | 60.91 | 158.52 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 58 | 115 | 0.6 | 0.50 | 0 | 0.55 | 229.57 | 0.43 | 0.32 |
| Hex | 2E | 3A | 73 | 3C | 32 | 0 | 37 | E6 | 2B | 20 |
| Octal | 56 | 72 | 163 | 74 | 62 | 0 | 67 | 346 | 53 | 40 |
| Binary | 101110 | 111010 | 1110011 | 111100 | 110010 | 0 | 110111 | 11100110 | 101011 | 100000 |
Color Harmonies of #2E3A73
Complementary color
Monochromatic Colors of #2E3A73
Black with #2E3A73
Text Example
Text Example
White with #2E3A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3A73; }
p { color: rgb(46,58,115); }
H1.HeaderClassName
{
color: #2E3A73;
}
.AnyTagClassName
{
color: #2E3A73;
}
</style>
background-color css
<style>
a { background-color: #2E3A73; }
a { background-color: rgb(46,58,115); }
div.DivClassName
{
background-color: #2E3A73;
}
.BgClassName
{
background-color: #2E3A73;
}
</style>
border-color css
<style>
span { border-color: #2E3A73; }
span { border-color: rgb(46,58,115); }
td.TdClassName
{
border-color: #2E3A73;
}
.TagClassName
{
border-color: #2E3A73;
}
</style>