Shades of Resolution Blue #2E3F84
Tints of Resolution Blue #2E3F84
RGB
CMYK
RGB Variations
Color information
#2E3F84 (or 0x2E3F84) is known color: Resolution Blue. HEX triplet: 2E, 3F and 84. RGB value is (46,63,132). Sum of RGB (Red+Green+Blue) = 46+63+132=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E3F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3F84 is #D1C07B. Grayscale: #414141. Windows color (decimal): -13746300 or 8666926. OLE color: 8666926.
HSL color Cylindrical-coordinate representation of color #2E3F84: hue angle of 228.14º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E3F84 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 63 | 132 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.48 |
| HSL | 228.14º | 0.48% | 0.35% | - |
| HSV(B) | 228.14º | 0.65% | 0.52% | - |
| XYZ | 7.07 | 5.8 | 22.58 | - |
| YUV | 65.78 | 165.37 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 132 | 0.65 | 0.52 | 0 | 0.48 | 228.14 | 0.48 | 0.35 |
| Hex | 2E | 3F | 84 | 41 | 34 | 0 | 30 | E4 | 30 | 23 |
| Octal | 56 | 77 | 204 | 101 | 64 | 0 | 60 | 344 | 60 | 43 |
| Binary | 101110 | 111111 | 10000100 | 1000001 | 110100 | 0 | 110000 | 11100100 | 110000 | 100011 |
Color Harmonies of #2E3F84
Complementary color
Monochromatic Colors of #2E3F84
Black with #2E3F84
Text Example
Text Example
White with #2E3F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3F84; }
p { color: rgb(46,63,132); }
H1.HeaderClassName
{
color: #2E3F84;
}
.AnyTagClassName
{
color: #2E3F84;
}
</style>
background-color css
<style>
a { background-color: #2E3F84; }
a { background-color: rgb(46,63,132); }
div.DivClassName
{
background-color: #2E3F84;
}
.BgClassName
{
background-color: #2E3F84;
}
</style>
border-color css
<style>
span { border-color: #2E3F84; }
span { border-color: rgb(46,63,132); }
td.TdClassName
{
border-color: #2E3F84;
}
.TagClassName
{
border-color: #2E3F84;
}
</style>