Shades of Resolution Blue #2E3D78
Tints of Resolution Blue #2E3D78
RGB
CMYK
RGB Variations
Color information
#2E3D78 (or 0x2E3D78) is known color: Resolution Blue. HEX triplet: 2E, 3D and 78. RGB value is (46,61,120). Sum of RGB (Red+Green+Blue) = 46+61+120=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E3D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3D78 is #D1C287. Grayscale: #3E3E3E. Windows color (decimal): -13746824 or 7879982. OLE color: 7879982.
HSL color Cylindrical-coordinate representation of color #2E3D78: hue angle of 227.84º 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 #2E3D78 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 61 | 120 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.53 |
| HSL | 227.84º | 0.45% | 0.33% | - |
| HSV(B) | 227.84º | 0.62% | 0.47% | - |
| XYZ | 6.19 | 5.27 | 18.46 | - |
| YUV | 63.24 | 160.03 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 120 | 0.62 | 0.49 | 0 | 0.53 | 227.84 | 0.45 | 0.33 |
| Hex | 2E | 3D | 78 | 3E | 31 | 0 | 35 | E4 | 2D | 21 |
| Octal | 56 | 75 | 170 | 76 | 61 | 0 | 65 | 344 | 55 | 41 |
| Binary | 101110 | 111101 | 1111000 | 111110 | 110001 | 0 | 110101 | 11100100 | 101101 | 100001 |
Color Harmonies of #2E3D78
Complementary color
Monochromatic Colors of #2E3D78
Black with #2E3D78
Text Example
Text Example
White with #2E3D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3D78; }
p { color: rgb(46,61,120); }
H1.HeaderClassName
{
color: #2E3D78;
}
.AnyTagClassName
{
color: #2E3D78;
}
</style>
background-color css
<style>
a { background-color: #2E3D78; }
a { background-color: rgb(46,61,120); }
div.DivClassName
{
background-color: #2E3D78;
}
.BgClassName
{
background-color: #2E3D78;
}
</style>
border-color css
<style>
span { border-color: #2E3D78; }
span { border-color: rgb(46,61,120); }
td.TdClassName
{
border-color: #2E3D78;
}
.TagClassName
{
border-color: #2E3D78;
}
</style>