#2E427F

Color #2E427F Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #2E427F

Tints of Resolution Blue #2E427F

Color information

#2E427F (or 0x2E427F) is unknown color: approx Resolution Blue. HEX triplet: 2E, 42 and 7F. RGB value is (46,66,127). Sum of RGB (Red+Green+Blue) = 46+66+127=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E427F is #D1BD80. Grayscale: #424242. Windows color (decimal): -13745537 or 8340014. OLE color: 8340014.

HSL color Cylindrical-coordinate representation of color #2E427F: hue angle of 225.19º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E427F is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4666127-
CMYK0.640.4800.50
HSL225.19º46.82%33.92%-
HSV(B)225.19º63.78%49.8%-
XYZ6.916.0120.87-
YUV66.97161.87113.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 19.25%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 127 (50% from 255) = 53.14%
R=19.25%
G=27.62%
B=53.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46661270.640.4800.50225.1946.8233.92
Hex2E427F4030032e12f22
Octal56102177100600623415742
Binary101110100001011111111000000110000011001011100001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E427F; }

 p { color: rgb(46,66,127); }

 H1.HeaderClassName
 {
   color: #2E427F;
 }
 .AnyTagClassName
 {
   color: #2E427F;
 }
</style>
background-color css

<style>
 a { background-color: #2E427F; }

 a { background-color: rgb(46,66,127); }

 div.DivClassName
 {
   background-color: #2E427F;
 }
 .BgClassName
 {
   background-color: #2E427F;
 }
</style>
border-color css

<style>
 span { border-color: #2E427F; }

 span { border-color: rgb(46,66,127); }

 td.TdClassName
 {
   border-color: #2E427F;
 }
 .TagClassName
 {
   border-color: #2E427F;
 }
</style>