Shades of Resolution Blue #2E3E74
Tints of Resolution Blue #2E3E74
RGB
CMYK
RGB Variations
Color information
#2E3E74 (or 0x2E3E74) is known color: Resolution Blue. HEX triplet: 2E, 3E and 74. RGB value is (46,62,116). Sum of RGB (Red+Green+Blue) = 46+62+116=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E3E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3E74 is #D1C18B. Grayscale: #3F3F3F. Windows color (decimal): -13746572 or 7618094. OLE color: 7618094.
HSL color Cylindrical-coordinate representation of color #2E3E74: hue angle of 226.29º 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 #2E3E74 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 62 | 116 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.55 |
| HSL | 226.29º | 0.43% | 0.32% | - |
| HSV(B) | 226.29º | 0.6% | 0.45% | - |
| XYZ | 6 | 5.29 | 17.23 | - |
| YUV | 63.37 | 157.7 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 116 | 0.60 | 0.47 | 0 | 0.55 | 226.29 | 0.43 | 0.32 |
| Hex | 2E | 3E | 74 | 3C | 2F | 0 | 37 | E2 | 2B | 20 |
| Octal | 56 | 76 | 164 | 74 | 57 | 0 | 67 | 342 | 53 | 40 |
| Binary | 101110 | 111110 | 1110100 | 111100 | 101111 | 0 | 110111 | 11100010 | 101011 | 100000 |
Color Harmonies of #2E3E74
Complementary color
Monochromatic Colors of #2E3E74
Black with #2E3E74
Text Example
Text Example
White with #2E3E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3E74; }
p { color: rgb(46,62,116); }
H1.HeaderClassName
{
color: #2E3E74;
}
.AnyTagClassName
{
color: #2E3E74;
}
</style>
background-color css
<style>
a { background-color: #2E3E74; }
a { background-color: rgb(46,62,116); }
div.DivClassName
{
background-color: #2E3E74;
}
.BgClassName
{
background-color: #2E3E74;
}
</style>
border-color css
<style>
span { border-color: #2E3E74; }
span { border-color: rgb(46,62,116); }
td.TdClassName
{
border-color: #2E3E74;
}
.TagClassName
{
border-color: #2E3E74;
}
</style>