Shades of Resolution Blue #2E426D
Tints of Resolution Blue #2E426D
RGB
CMYK
RGB Variations
Color information
#2E426D (or 0x2E426D) is known color: Resolution Blue. HEX triplet: 2E, 42 and 6D. RGB value is (46,66,109). Sum of RGB (Red+Green+Blue) = 46+66+109=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E426D is #D1BD92. Grayscale: #404040. Windows color (decimal): -13745555 or 7160366. OLE color: 7160366.
HSL color Cylindrical-coordinate representation of color #2E426D: hue angle of 220.95º 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 #2E426D is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 66 | 109 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.57 |
| HSL | 220.95º | 0.41% | 0.3% | - |
| HSV(B) | 220.95º | 0.58% | 0.43% | - |
| XYZ | 5.84 | 5.58 | 15.24 | - |
| YUV | 64.92 | 152.87 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 109 | 0.58 | 0.39 | 0 | 0.57 | 220.95 | 0.41 | 0.3 |
| Hex | 2E | 42 | 6D | 3A | 27 | 0 | 39 | DD | 29 | 1E |
| Octal | 56 | 102 | 155 | 72 | 47 | 0 | 71 | 335 | 51 | 36 |
| Binary | 101110 | 1000010 | 1101101 | 111010 | 100111 | 0 | 111001 | 11011101 | 101001 | 11110 |
Color Harmonies of #2E426D
Complementary color
Monochromatic Colors of #2E426D
Black with #2E426D
Text Example
Text Example
White with #2E426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E426D; }
p { color: rgb(46,66,109); }
H1.HeaderClassName
{
color: #2E426D;
}
.AnyTagClassName
{
color: #2E426D;
}
</style>
background-color css
<style>
a { background-color: #2E426D; }
a { background-color: rgb(46,66,109); }
div.DivClassName
{
background-color: #2E426D;
}
.BgClassName
{
background-color: #2E426D;
}
</style>
border-color css
<style>
span { border-color: #2E426D; }
span { border-color: rgb(46,66,109); }
td.TdClassName
{
border-color: #2E426D;
}
.TagClassName
{
border-color: #2E426D;
}
</style>