Shades of Resolution Blue #2E447C
Tints of Resolution Blue #2E447C
RGB
CMYK
RGB Variations
Color information
#2E447C (or 0x2E447C) is known color: Resolution Blue. HEX triplet: 2E, 44 and 7C. RGB value is (46,68,124). Sum of RGB (Red+Green+Blue) = 46+68+124=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E447C is #D1BB83. Grayscale: #434343. Windows color (decimal): -13745028 or 8143918. OLE color: 8143918.
HSL color Cylindrical-coordinate representation of color #2E447C: hue angle of 223.08º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E447C is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 68 | 124 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.51 |
| HSL | 223.08º | 0.46% | 0.33% | - |
| HSV(B) | 223.08º | 0.63% | 0.49% | - |
| XYZ | 6.83 | 6.17 | 19.9 | - |
| YUV | 67.81 | 159.71 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 124 | 0.63 | 0.45 | 0 | 0.51 | 223.08 | 0.46 | 0.33 |
| Hex | 2E | 44 | 7C | 3F | 2D | 0 | 33 | DF | 2E | 21 |
| Octal | 56 | 104 | 174 | 77 | 55 | 0 | 63 | 337 | 56 | 41 |
| Binary | 101110 | 1000100 | 1111100 | 111111 | 101101 | 0 | 110011 | 11011111 | 101110 | 100001 |
Color Harmonies of #2E447C
Complementary color
Monochromatic Colors of #2E447C
Black with #2E447C
Text Example
Text Example
White with #2E447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E447C; }
p { color: rgb(46,68,124); }
H1.HeaderClassName
{
color: #2E447C;
}
.AnyTagClassName
{
color: #2E447C;
}
</style>
background-color css
<style>
a { background-color: #2E447C; }
a { background-color: rgb(46,68,124); }
div.DivClassName
{
background-color: #2E447C;
}
.BgClassName
{
background-color: #2E447C;
}
</style>
border-color css
<style>
span { border-color: #2E447C; }
span { border-color: rgb(46,68,124); }
td.TdClassName
{
border-color: #2E447C;
}
.TagClassName
{
border-color: #2E447C;
}
</style>