Shades of Resolution Blue #2E4675
Tints of Resolution Blue #2E4675
RGB
CMYK
RGB Variations
Color information
#2E4675 (or 0x2E4675) is known color: Resolution Blue. HEX triplet: 2E, 46 and 75. RGB value is (46,70,117). Sum of RGB (Red+Green+Blue) = 46+70+117=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E4675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4675 is #D1B98A. Grayscale: #434343. Windows color (decimal): -13744523 or 7685678. OLE color: 7685678.
HSL color Cylindrical-coordinate representation of color #2E4675: hue angle of 219.72º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E4675 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 70 | 117 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.54 |
| HSL | 219.72º | 0.44% | 0.32% | - |
| HSV(B) | 219.72º | 0.61% | 0.46% | - |
| XYZ | 6.53 | 6.25 | 17.69 | - |
| YUV | 68.18 | 155.55 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 117 | 0.61 | 0.40 | 0 | 0.54 | 219.72 | 0.44 | 0.32 |
| Hex | 2E | 46 | 75 | 3D | 28 | 0 | 36 | DC | 2C | 20 |
| Octal | 56 | 106 | 165 | 75 | 50 | 0 | 66 | 334 | 54 | 40 |
| Binary | 101110 | 1000110 | 1110101 | 111101 | 101000 | 0 | 110110 | 11011100 | 101100 | 100000 |
Color Harmonies of #2E4675
Complementary color
Monochromatic Colors of #2E4675
Black with #2E4675
Text Example
Text Example
White with #2E4675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4675; }
p { color: rgb(46,70,117); }
H1.HeaderClassName
{
color: #2E4675;
}
.AnyTagClassName
{
color: #2E4675;
}
</style>
background-color css
<style>
a { background-color: #2E4675; }
a { background-color: rgb(46,70,117); }
div.DivClassName
{
background-color: #2E4675;
}
.BgClassName
{
background-color: #2E4675;
}
</style>
border-color css
<style>
span { border-color: #2E4675; }
span { border-color: rgb(46,70,117); }
td.TdClassName
{
border-color: #2E4675;
}
.TagClassName
{
border-color: #2E4675;
}
</style>