Shades of Resolution Blue #2E4572
Tints of Resolution Blue #2E4572
RGB
CMYK
RGB Variations
Color information
#2E4572 (or 0x2E4572) is known color: Resolution Blue. HEX triplet: 2E, 45 and 72. RGB value is (46,69,114). Sum of RGB (Red+Green+Blue) = 46+69+114=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E4572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4572 is #D1BA8D. Grayscale: #434343. Windows color (decimal): -13744782 or 7488814. OLE color: 7488814.
HSL color Cylindrical-coordinate representation of color #2E4572: hue angle of 219.71º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E4572 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 69 | 114 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.55 |
| HSL | 219.71º | 0.43% | 0.31% | - |
| HSV(B) | 219.71º | 0.6% | 0.45% | - |
| XYZ | 6.29 | 6.05 | 16.76 | - |
| YUV | 67.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 69 | 114 | 0.60 | 0.39 | 0 | 0.55 | 219.71 | 0.43 | 0.31 |
| Hex | 2E | 45 | 72 | 3C | 27 | 0 | 37 | DC | 2A | 1F |
| Octal | 56 | 105 | 162 | 74 | 47 | 0 | 67 | 334 | 52 | 37 |
| Binary | 101110 | 1000101 | 1110010 | 111100 | 100111 | 0 | 110111 | 11011100 | 101010 | 11111 |
Color Harmonies of #2E4572
Complementary color
Monochromatic Colors of #2E4572
Black with #2E4572
Text Example
Text Example
White with #2E4572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4572; }
p { color: rgb(46,69,114); }
H1.HeaderClassName
{
color: #2E4572;
}
.AnyTagClassName
{
color: #2E4572;
}
</style>
background-color css
<style>
a { background-color: #2E4572; }
a { background-color: rgb(46,69,114); }
div.DivClassName
{
background-color: #2E4572;
}
.BgClassName
{
background-color: #2E4572;
}
</style>
border-color css
<style>
span { border-color: #2E4572; }
span { border-color: rgb(46,69,114); }
td.TdClassName
{
border-color: #2E4572;
}
.TagClassName
{
border-color: #2E4572;
}
</style>