Shades of Resolution Blue #2E457D
Tints of Resolution Blue #2E457D
RGB
CMYK
RGB Variations
Color information
#2E457D (or 0x2E457D) is known color: Resolution Blue. HEX triplet: 2E, 45 and 7D. RGB value is (46,69,125). Sum of RGB (Red+Green+Blue) = 46+69+125=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E457D is #D1BA82. Grayscale: #444444. Windows color (decimal): -13744771 or 8209710. OLE color: 8209710.
HSL color Cylindrical-coordinate representation of color #2E457D: hue angle of 222.53º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E457D is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 69 | 125 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.51 |
| HSL | 222.53º | 0.46% | 0.34% | - |
| HSV(B) | 222.53º | 0.63% | 0.49% | - |
| XYZ | 6.96 | 6.32 | 20.25 | - |
| YUV | 68.51 | 159.88 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 69 | 125 | 0.63 | 0.45 | 0 | 0.51 | 222.53 | 0.46 | 0.34 |
| Hex | 2E | 45 | 7D | 3F | 2D | 0 | 33 | DF | 2E | 22 |
| Octal | 56 | 105 | 175 | 77 | 55 | 0 | 63 | 337 | 56 | 42 |
| Binary | 101110 | 1000101 | 1111101 | 111111 | 101101 | 0 | 110011 | 11011111 | 101110 | 100010 |
Color Harmonies of #2E457D
Complementary color
Monochromatic Colors of #2E457D
Black with #2E457D
Text Example
Text Example
White with #2E457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E457D; }
p { color: rgb(46,69,125); }
H1.HeaderClassName
{
color: #2E457D;
}
.AnyTagClassName
{
color: #2E457D;
}
</style>
background-color css
<style>
a { background-color: #2E457D; }
a { background-color: rgb(46,69,125); }
div.DivClassName
{
background-color: #2E457D;
}
.BgClassName
{
background-color: #2E457D;
}
</style>
border-color css
<style>
span { border-color: #2E457D; }
span { border-color: rgb(46,69,125); }
td.TdClassName
{
border-color: #2E457D;
}
.TagClassName
{
border-color: #2E457D;
}
</style>