Shades of Resolution Blue #2E4083
Tints of Resolution Blue #2E4083
RGB
CMYK
RGB Variations
Color information
#2E4083 (or 0x2E4083) is known color: Resolution Blue. HEX triplet: 2E, 40 and 83. RGB value is (46,64,131). Sum of RGB (Red+Green+Blue) = 46+64+131=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #2E4083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4083 is #D1BF7C. Grayscale: #414141. Windows color (decimal): -13746045 or 8601646. OLE color: 8601646.
HSL color Cylindrical-coordinate representation of color #2E4083: hue angle of 227.29º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E4083 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 64 | 131 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.49 |
| HSL | 227.29º | 0.48% | 0.35% | - |
| HSV(B) | 227.29º | 0.65% | 0.51% | - |
| XYZ | 7.06 | 5.89 | 22.24 | - |
| YUV | 66.26 | 164.54 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 131 | 0.65 | 0.51 | 0 | 0.49 | 227.29 | 0.48 | 0.35 |
| Hex | 2E | 40 | 83 | 41 | 33 | 0 | 31 | E3 | 30 | 23 |
| Octal | 56 | 100 | 203 | 101 | 63 | 0 | 61 | 343 | 60 | 43 |
| Binary | 101110 | 1000000 | 10000011 | 1000001 | 110011 | 0 | 110001 | 11100011 | 110000 | 100011 |
Color Harmonies of #2E4083
Complementary color
Monochromatic Colors of #2E4083
Black with #2E4083
Text Example
Text Example
White with #2E4083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4083; }
p { color: rgb(46,64,131); }
H1.HeaderClassName
{
color: #2E4083;
}
.AnyTagClassName
{
color: #2E4083;
}
</style>
background-color css
<style>
a { background-color: #2E4083; }
a { background-color: rgb(46,64,131); }
div.DivClassName
{
background-color: #2E4083;
}
.BgClassName
{
background-color: #2E4083;
}
</style>
border-color css
<style>
span { border-color: #2E4083; }
span { border-color: rgb(46,64,131); }
td.TdClassName
{
border-color: #2E4083;
}
.TagClassName
{
border-color: #2E4083;
}
</style>