#2E3A73

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

Shades of Resolution Blue #2E3A73

Tints of Resolution Blue #2E3A73

Color information

#2E3A73 (or 0x2E3A73) is unknown color: approx Resolution Blue. HEX triplet: 2E, 3A and 73. RGB value is (46,58,115). Sum of RGB (Red+Green+Blue) = 46+58+115=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E3A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3A73 is #D1C58C. Grayscale: #3C3C3C. Windows color (decimal): -13747597 or 7551534. OLE color: 7551534.

HSL color Cylindrical-coordinate representation of color #2E3A73: hue angle of 229.57º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E3A73 is Cyan = 0.6, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4658115-
CMYK0.60.5000.55
HSL229.57º42.86%31.57%-
HSV(B)229.57º60%45.1%-
XYZ5.734.8416.85-
YUV60.91158.52117.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.00%
GREEN value IS 58 (23.05% from 255) = 26.48%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=21.00%
G=26.48%
B=52.51%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46581150.60.5000.55229.5742.8631.57
Hex2E3A733C32037e62b20
Octal567216374620673465340
Binary1011101110101110011111100110010011011111100110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,58,115); }

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

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

 a { background-color: rgb(46,58,115); }

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

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

 span { border-color: rgb(46,58,115); }

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