Shades of Resolution Blue #2E456D
Tints of Resolution Blue #2E456D
RGB
CMYK
RGB Variations
Color information
#2E456D (or 0x2E456D) is known color: Resolution Blue. HEX triplet: 2E, 45 and 6D. RGB value is (46,69,109). Sum of RGB (Red+Green+Blue) = 46+69+109=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E456D is #D1BA92. Grayscale: #424242. Windows color (decimal): -13744787 or 7161134. OLE color: 7161134.
HSL color Cylindrical-coordinate representation of color #2E456D: hue angle of 218.1º 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 #2E456D is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 69 | 109 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.57 |
| HSL | 218.1º | 0.41% | 0.3% | - |
| HSV(B) | 218.1º | 0.58% | 0.43% | - |
| XYZ | 6.02 | 5.94 | 15.3 | - |
| YUV | 66.68 | 151.88 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 69 | 109 | 0.58 | 0.37 | 0 | 0.57 | 218.1 | 0.41 | 0.3 |
| Hex | 2E | 45 | 6D | 3A | 25 | 0 | 39 | DA | 29 | 1E |
| Octal | 56 | 105 | 155 | 72 | 45 | 0 | 71 | 332 | 51 | 36 |
| Binary | 101110 | 1000101 | 1101101 | 111010 | 100101 | 0 | 111001 | 11011010 | 101001 | 11110 |
Color Harmonies of #2E456D
Complementary color
Monochromatic Colors of #2E456D
Black with #2E456D
Text Example
Text Example
White with #2E456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E456D; }
p { color: rgb(46,69,109); }
H1.HeaderClassName
{
color: #2E456D;
}
.AnyTagClassName
{
color: #2E456D;
}
</style>
background-color css
<style>
a { background-color: #2E456D; }
a { background-color: rgb(46,69,109); }
div.DivClassName
{
background-color: #2E456D;
}
.BgClassName
{
background-color: #2E456D;
}
</style>
border-color css
<style>
span { border-color: #2E456D; }
span { border-color: rgb(46,69,109); }
td.TdClassName
{
border-color: #2E456D;
}
.TagClassName
{
border-color: #2E456D;
}
</style>