Shades of Resolution Blue #2E3C78
Tints of Resolution Blue #2E3C78
RGB
CMYK
RGB Variations
Color information
#2E3C78 (or 0x2E3C78) is known color: Resolution Blue. HEX triplet: 2E, 3C and 78. RGB value is (46,60,120). Sum of RGB (Red+Green+Blue) = 46+60+120=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E3C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3C78 is #D1C387. Grayscale: #3E3E3E. Windows color (decimal): -13747080 or 7879726. OLE color: 7879726.
HSL color Cylindrical-coordinate representation of color #2E3C78: hue angle of 228.65º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E3C78 is Cyan = 0.62, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 60 | 120 | - |
| CMYK | 0.62 | 0.5 | 0 | 0.53 |
| HSL | 228.65º | 0.45% | 0.33% | - |
| HSV(B) | 228.65º | 0.62% | 0.47% | - |
| XYZ | 6.13 | 5.17 | 18.44 | - |
| YUV | 62.65 | 160.36 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 60 | 120 | 0.62 | 0.5 | 0 | 0.53 | 228.65 | 0.45 | 0.33 |
| Hex | 2E | 3C | 78 | 3E | 32 | 0 | 35 | E5 | 2D | 21 |
| Octal | 56 | 74 | 170 | 76 | 62 | 0 | 65 | 345 | 55 | 41 |
| Binary | 101110 | 111100 | 1111000 | 111110 | 110010 | 0 | 110101 | 11100101 | 101101 | 100001 |
Color Harmonies of #2E3C78
Complementary color
Monochromatic Colors of #2E3C78
Black with #2E3C78
Text Example
Text Example
White with #2E3C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3C78; }
p { color: rgb(46,60,120); }
H1.HeaderClassName
{
color: #2E3C78;
}
.AnyTagClassName
{
color: #2E3C78;
}
</style>
background-color css
<style>
a { background-color: #2E3C78; }
a { background-color: rgb(46,60,120); }
div.DivClassName
{
background-color: #2E3C78;
}
.BgClassName
{
background-color: #2E3C78;
}
</style>
border-color css
<style>
span { border-color: #2E3C78; }
span { border-color: rgb(46,60,120); }
td.TdClassName
{
border-color: #2E3C78;
}
.TagClassName
{
border-color: #2E3C78;
}
</style>