Shades of Resolution Blue #2E3F70
Tints of Resolution Blue #2E3F70
RGB
CMYK
RGB Variations
Color information
#2E3F70 (or 0x2E3F70) is known color: Resolution Blue. HEX triplet: 2E, 3F and 70. RGB value is (46,63,112). Sum of RGB (Red+Green+Blue) = 46+63+112=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E3F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3F70 is #D1C08F. Grayscale: #3F3F3F. Windows color (decimal): -13746320 or 7356206. OLE color: 7356206.
HSL color Cylindrical-coordinate representation of color #2E3F70: hue angle of 224.55º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E3F70 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 63 | 112 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.56 |
| HSL | 224.55º | 0.42% | 0.31% | - |
| HSV(B) | 224.55º | 0.59% | 0.44% | - |
| XYZ | 5.83 | 5.31 | 16.05 | - |
| YUV | 63.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 112 | 0.59 | 0.44 | 0 | 0.56 | 224.55 | 0.42 | 0.31 |
| Hex | 2E | 3F | 70 | 3B | 2C | 0 | 38 | E1 | 2A | 1F |
| Octal | 56 | 77 | 160 | 73 | 54 | 0 | 70 | 341 | 52 | 37 |
| Binary | 101110 | 111111 | 1110000 | 111011 | 101100 | 0 | 111000 | 11100001 | 101010 | 11111 |
Color Harmonies of #2E3F70
Complementary color
Monochromatic Colors of #2E3F70
Black with #2E3F70
Text Example
Text Example
White with #2E3F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3F70; }
p { color: rgb(46,63,112); }
H1.HeaderClassName
{
color: #2E3F70;
}
.AnyTagClassName
{
color: #2E3F70;
}
</style>
background-color css
<style>
a { background-color: #2E3F70; }
a { background-color: rgb(46,63,112); }
div.DivClassName
{
background-color: #2E3F70;
}
.BgClassName
{
background-color: #2E3F70;
}
</style>
border-color css
<style>
span { border-color: #2E3F70; }
span { border-color: rgb(46,63,112); }
td.TdClassName
{
border-color: #2E3F70;
}
.TagClassName
{
border-color: #2E3F70;
}
</style>