Shades of Resolution Blue #2E4079
Tints of Resolution Blue #2E4079
RGB
CMYK
RGB Variations
Color information
#2E4079 (or 0x2E4079) is known color: Resolution Blue. HEX triplet: 2E, 40 and 79. RGB value is (46,64,121). Sum of RGB (Red+Green+Blue) = 46+64+121=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E4079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4079 is #D1BF86. Grayscale: #404040. Windows color (decimal): -13746055 or 7946286. OLE color: 7946286.
HSL color Cylindrical-coordinate representation of color #2E4079: hue angle of 225.6º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E4079 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 64 | 121 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.53 |
| HSL | 225.6º | 0.45% | 0.33% | - |
| HSV(B) | 225.6º | 0.62% | 0.47% | - |
| XYZ | 6.41 | 5.63 | 18.84 | - |
| YUV | 65.12 | 159.54 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 121 | 0.62 | 0.47 | 0 | 0.53 | 225.6 | 0.45 | 0.33 |
| Hex | 2E | 40 | 79 | 3E | 2F | 0 | 35 | E2 | 2D | 21 |
| Octal | 56 | 100 | 171 | 76 | 57 | 0 | 65 | 342 | 55 | 41 |
| Binary | 101110 | 1000000 | 1111001 | 111110 | 101111 | 0 | 110101 | 11100010 | 101101 | 100001 |
Color Harmonies of #2E4079
Complementary color
Monochromatic Colors of #2E4079
Black with #2E4079
Text Example
Text Example
White with #2E4079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4079; }
p { color: rgb(46,64,121); }
H1.HeaderClassName
{
color: #2E4079;
}
.AnyTagClassName
{
color: #2E4079;
}
</style>
background-color css
<style>
a { background-color: #2E4079; }
a { background-color: rgb(46,64,121); }
div.DivClassName
{
background-color: #2E4079;
}
.BgClassName
{
background-color: #2E4079;
}
</style>
border-color css
<style>
span { border-color: #2E4079; }
span { border-color: rgb(46,64,121); }
td.TdClassName
{
border-color: #2E4079;
}
.TagClassName
{
border-color: #2E4079;
}
</style>