Shades of Resolution Blue #2E436D
Tints of Resolution Blue #2E436D
RGB
CMYK
RGB Variations
Color information
#2E436D (or 0x2E436D) is known color: Resolution Blue. HEX triplet: 2E, 43 and 6D. RGB value is (46,67,109). Sum of RGB (Red+Green+Blue) = 46+67+109=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E436D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E436D is #D1BC92. Grayscale: #414141. Windows color (decimal): -13745299 or 7160622. OLE color: 7160622.
HSL color Cylindrical-coordinate representation of color #2E436D: hue angle of 220º 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 #2E436D is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 67 | 109 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.57 |
| HSL | 220º | 0.41% | 0.3% | - |
| HSV(B) | 220º | 0.58% | 0.43% | - |
| XYZ | 5.89 | 5.7 | 15.26 | - |
| YUV | 65.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 67 | 109 | 0.58 | 0.39 | 0 | 0.57 | 220 | 0.41 | 0.3 |
| Hex | 2E | 43 | 6D | 3A | 27 | 0 | 39 | DC | 29 | 1E |
| Octal | 56 | 103 | 155 | 72 | 47 | 0 | 71 | 334 | 51 | 36 |
| Binary | 101110 | 1000011 | 1101101 | 111010 | 100111 | 0 | 111001 | 11011100 | 101001 | 11110 |
Color Harmonies of #2E436D
Complementary color
Monochromatic Colors of #2E436D
Black with #2E436D
Text Example
Text Example
White with #2E436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E436D; }
p { color: rgb(46,67,109); }
H1.HeaderClassName
{
color: #2E436D;
}
.AnyTagClassName
{
color: #2E436D;
}
</style>
background-color css
<style>
a { background-color: #2E436D; }
a { background-color: rgb(46,67,109); }
div.DivClassName
{
background-color: #2E436D;
}
.BgClassName
{
background-color: #2E436D;
}
</style>
border-color css
<style>
span { border-color: #2E436D; }
span { border-color: rgb(46,67,109); }
td.TdClassName
{
border-color: #2E436D;
}
.TagClassName
{
border-color: #2E436D;
}
</style>