#2E457E

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

Shades of Resolution Blue #2E457E

Tints of Resolution Blue #2E457E

Color information

#2E457E (or 0x2E457E) is unknown color: approx Resolution Blue. HEX triplet: 2E, 45 and 7E. RGB value is (46,69,126). Sum of RGB (Red+Green+Blue) = 46+69+126=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #2E457E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E457E is #D1BA81. Grayscale: #444444. Windows color (decimal): -13744770 or 8275246. OLE color: 8275246.

HSL color Cylindrical-coordinate representation of color #2E457E: hue angle of 222.75º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E457E is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4669126-
CMYK0.630.4500.51
HSL222.75º46.51%33.73%-
HSV(B)222.75º63.49%49.41%-
XYZ7.026.3420.59-
YUV68.62160.38111.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.09%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 126 (49.61% from 255) = 52.28%
R=19.09%
G=28.63%
B=52.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46691260.630.4500.51222.7546.5133.73
Hex2E457E3F2D033df2f22
Octal5610517677550633375742
Binary10111010001011111110111111101101011001111011111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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