Shades of Resolution Blue #2E3E6D
Tints of Resolution Blue #2E3E6D
RGB
CMYK
RGB Variations
Color information
#2E3E6D (or 0x2E3E6D) is known color: Resolution Blue. HEX triplet: 2E, 3E and 6D. RGB value is (46,62,109). Sum of RGB (Red+Green+Blue) = 46+62+109=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E3E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3E6D is #D1C192. Grayscale: #3E3E3E. Windows color (decimal): -13746579 or 7159342. OLE color: 7159342.
HSL color Cylindrical-coordinate representation of color #2E3E6D: hue angle of 224.76º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E3E6D is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 62 | 109 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.57 |
| HSL | 224.76º | 0.41% | 0.3% | - |
| HSV(B) | 224.76º | 0.58% | 0.43% | - |
| XYZ | 5.61 | 5.13 | 15.16 | - |
| YUV | 62.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 109 | 0.58 | 0.43 | 0 | 0.57 | 224.76 | 0.41 | 0.3 |
| Hex | 2E | 3E | 6D | 3A | 2B | 0 | 39 | E1 | 29 | 1E |
| Octal | 56 | 76 | 155 | 72 | 53 | 0 | 71 | 341 | 51 | 36 |
| Binary | 101110 | 111110 | 1101101 | 111010 | 101011 | 0 | 111001 | 11100001 | 101001 | 11110 |
Color Harmonies of #2E3E6D
Complementary color
Monochromatic Colors of #2E3E6D
Black with #2E3E6D
Text Example
Text Example
White with #2E3E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3E6D; }
p { color: rgb(46,62,109); }
H1.HeaderClassName
{
color: #2E3E6D;
}
.AnyTagClassName
{
color: #2E3E6D;
}
</style>
background-color css
<style>
a { background-color: #2E3E6D; }
a { background-color: rgb(46,62,109); }
div.DivClassName
{
background-color: #2E3E6D;
}
.BgClassName
{
background-color: #2E3E6D;
}
</style>
border-color css
<style>
span { border-color: #2E3E6D; }
span { border-color: rgb(46,62,109); }
td.TdClassName
{
border-color: #2E3E6D;
}
.TagClassName
{
border-color: #2E3E6D;
}
</style>