Shades of Resolution Blue #2E386C
Tints of Resolution Blue #2E386C
RGB
CMYK
RGB Variations
Color information
#2E386C (or 0x2E386C) is known color: Resolution Blue. HEX triplet: 2E, 38 and 6C. RGB value is (46,56,108). Sum of RGB (Red+Green+Blue) = 46+56+108=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E386C is #D1C793. Grayscale: #3A3A3A. Windows color (decimal): -13748116 or 7092270. OLE color: 7092270.
HSL color Cylindrical-coordinate representation of color #2E386C: hue angle of 230.32º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E386C is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 56 | 108 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.58 |
| HSL | 230.32º | 0.4% | 0.3% | - |
| HSV(B) | 230.32º | 0.57% | 0.42% | - |
| XYZ | 5.25 | 4.49 | 14.78 | - |
| YUV | 58.94 | 155.69 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 108 | 0.57 | 0.48 | 0 | 0.58 | 230.32 | 0.4 | 0.3 |
| Hex | 2E | 38 | 6C | 39 | 30 | 0 | 3A | E6 | 28 | 1E |
| Octal | 56 | 70 | 154 | 71 | 60 | 0 | 72 | 346 | 50 | 36 |
| Binary | 101110 | 111000 | 1101100 | 111001 | 110000 | 0 | 111010 | 11100110 | 101000 | 11110 |
Color Harmonies of #2E386C
Complementary color
Monochromatic Colors of #2E386C
Black with #2E386C
Text Example
Text Example
White with #2E386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E386C; }
p { color: rgb(46,56,108); }
H1.HeaderClassName
{
color: #2E386C;
}
.AnyTagClassName
{
color: #2E386C;
}
</style>
background-color css
<style>
a { background-color: #2E386C; }
a { background-color: rgb(46,56,108); }
div.DivClassName
{
background-color: #2E386C;
}
.BgClassName
{
background-color: #2E386C;
}
</style>
border-color css
<style>
span { border-color: #2E386C; }
span { border-color: rgb(46,56,108); }
td.TdClassName
{
border-color: #2E386C;
}
.TagClassName
{
border-color: #2E386C;
}
</style>