Shades of Resolution Blue #2E4479
Tints of Resolution Blue #2E4479
RGB
CMYK
RGB Variations
Color information
#2E4479 (or 0x2E4479) is known color: Resolution Blue. HEX triplet: 2E, 44 and 79. RGB value is (46,68,121). Sum of RGB (Red+Green+Blue) = 46+68+121=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E4479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4479 is #D1BB86. Grayscale: #434343. Windows color (decimal): -13745031 or 7947310. OLE color: 7947310.
HSL color Cylindrical-coordinate representation of color #2E4479: hue angle of 222.4º 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 #2E4479 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 68 | 121 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.53 |
| HSL | 222.4º | 0.45% | 0.33% | - |
| HSV(B) | 222.4º | 0.62% | 0.47% | - |
| XYZ | 6.65 | 6.1 | 18.92 | - |
| YUV | 67.46 | 158.21 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 121 | 0.62 | 0.44 | 0 | 0.53 | 222.4 | 0.45 | 0.33 |
| Hex | 2E | 44 | 79 | 3E | 2C | 0 | 35 | DE | 2D | 21 |
| Octal | 56 | 104 | 171 | 76 | 54 | 0 | 65 | 336 | 55 | 41 |
| Binary | 101110 | 1000100 | 1111001 | 111110 | 101100 | 0 | 110101 | 11011110 | 101101 | 100001 |
Color Harmonies of #2E4479
Complementary color
Monochromatic Colors of #2E4479
Black with #2E4479
Text Example
Text Example
White with #2E4479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4479; }
p { color: rgb(46,68,121); }
H1.HeaderClassName
{
color: #2E4479;
}
.AnyTagClassName
{
color: #2E4479;
}
</style>
background-color css
<style>
a { background-color: #2E4479; }
a { background-color: rgb(46,68,121); }
div.DivClassName
{
background-color: #2E4479;
}
.BgClassName
{
background-color: #2E4479;
}
</style>
border-color css
<style>
span { border-color: #2E4479; }
span { border-color: rgb(46,68,121); }
td.TdClassName
{
border-color: #2E4479;
}
.TagClassName
{
border-color: #2E4479;
}
</style>