#2E457C

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

Shades of Resolution Blue #2E457C

Tints of Resolution Blue #2E457C

Color information

#2E457C (or 0x2E457C) is unknown color: approx Resolution Blue. HEX triplet: 2E, 45 and 7C. RGB value is (46,69,124). Sum of RGB (Red+Green+Blue) = 46+69+124=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E457C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E457C is #D1BA83. Grayscale: #444444. Windows color (decimal): -13744772 or 8144174. OLE color: 8144174.

HSL color Cylindrical-coordinate representation of color #2E457C: hue angle of 222.31º 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 #2E457C is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4669124-
CMYK0.630.4400.51
HSL222.31º45.88%33.33%-
HSV(B)222.31º62.9%48.63%-
XYZ6.896.2919.92-
YUV68.39159.38112.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.25%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 124 (48.83% from 255) = 51.88%
R=19.25%
G=28.87%
B=51.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46691240.630.4400.51222.3145.8833.33
Hex2E457C3F2C033de2e21
Octal5610517477540633365641
Binary10111010001011111100111111101100011001111011110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,69,124); }

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

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

 a { background-color: rgb(46,69,124); }

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

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

 span { border-color: rgb(46,69,124); }

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