Shades of Resolution Blue #2E4577
Tints of Resolution Blue #2E4577
RGB
CMYK
RGB Variations
Color information
#2E4577 (or 0x2E4577) is known color: Resolution Blue. HEX triplet: 2E, 45 and 77. RGB value is (46,69,119). Sum of RGB (Red+Green+Blue) = 46+69+119=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #2E4577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4577 is #D1BA88. Grayscale: #434343. Windows color (decimal): -13744777 or 7816494. OLE color: 7816494.
HSL color Cylindrical-coordinate representation of color #2E4577: hue angle of 221.1º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E4577 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 69 | 119 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.53 |
| HSL | 221.1º | 0.44% | 0.32% | - |
| HSV(B) | 221.1º | 0.61% | 0.47% | - |
| XYZ | 6.58 | 6.17 | 18.3 | - |
| YUV | 67.82 | 156.88 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 69 | 119 | 0.61 | 0.42 | 0 | 0.53 | 221.1 | 0.44 | 0.32 |
| Hex | 2E | 45 | 77 | 3D | 2A | 0 | 35 | DD | 2C | 20 |
| Octal | 56 | 105 | 167 | 75 | 52 | 0 | 65 | 335 | 54 | 40 |
| Binary | 101110 | 1000101 | 1110111 | 111101 | 101010 | 0 | 110101 | 11011101 | 101100 | 100000 |
Color Harmonies of #2E4577
Complementary color
Monochromatic Colors of #2E4577
Black with #2E4577
Text Example
Text Example
White with #2E4577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4577; }
p { color: rgb(46,69,119); }
H1.HeaderClassName
{
color: #2E4577;
}
.AnyTagClassName
{
color: #2E4577;
}
</style>
background-color css
<style>
a { background-color: #2E4577; }
a { background-color: rgb(46,69,119); }
div.DivClassName
{
background-color: #2E4577;
}
.BgClassName
{
background-color: #2E4577;
}
</style>
border-color css
<style>
span { border-color: #2E4577; }
span { border-color: rgb(46,69,119); }
td.TdClassName
{
border-color: #2E4577;
}
.TagClassName
{
border-color: #2E4577;
}
</style>