Shades of Resolution Blue #2E4183
Tints of Resolution Blue #2E4183
RGB
CMYK
RGB Variations
Color information
#2E4183 (or 0x2E4183) is known color: Resolution Blue. HEX triplet: 2E, 41 and 83. RGB value is (46,65,131). Sum of RGB (Red+Green+Blue) = 46+65+131=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #2E4183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4183 is #D1BE7C. Grayscale: #424242. Windows color (decimal): -13745789 or 8601902. OLE color: 8601902.
HSL color Cylindrical-coordinate representation of color #2E4183: hue angle of 226.59º 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 #2E4183 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 65 | 131 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.49 |
| HSL | 226.59º | 0.48% | 0.35% | - |
| HSV(B) | 226.59º | 0.65% | 0.51% | - |
| XYZ | 7.11 | 6 | 22.26 | - |
| YUV | 66.84 | 164.21 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 131 | 0.65 | 0.50 | 0 | 0.49 | 226.59 | 0.48 | 0.35 |
| Hex | 2E | 41 | 83 | 41 | 32 | 0 | 31 | E3 | 30 | 23 |
| Octal | 56 | 101 | 203 | 101 | 62 | 0 | 61 | 343 | 60 | 43 |
| Binary | 101110 | 1000001 | 10000011 | 1000001 | 110010 | 0 | 110001 | 11100011 | 110000 | 100011 |
Color Harmonies of #2E4183
Complementary color
Monochromatic Colors of #2E4183
Black with #2E4183
Text Example
Text Example
White with #2E4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4183; }
p { color: rgb(46,65,131); }
H1.HeaderClassName
{
color: #2E4183;
}
.AnyTagClassName
{
color: #2E4183;
}
</style>
background-color css
<style>
a { background-color: #2E4183; }
a { background-color: rgb(46,65,131); }
div.DivClassName
{
background-color: #2E4183;
}
.BgClassName
{
background-color: #2E4183;
}
</style>
border-color css
<style>
span { border-color: #2E4183; }
span { border-color: rgb(46,65,131); }
td.TdClassName
{
border-color: #2E4183;
}
.TagClassName
{
border-color: #2E4183;
}
</style>