#2E3C73

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

Shades of Resolution Blue #2E3C73

Tints of Resolution Blue #2E3C73

Color information

#2E3C73 (or 0x2E3C73) is unknown color: approx Resolution Blue. HEX triplet: 2E, 3C and 73. RGB value is (46,60,115). Sum of RGB (Red+Green+Blue) = 46+60+115=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E3C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3C73 is #D1C38C. Grayscale: #3D3D3D. Windows color (decimal): -13747085 or 7552046. OLE color: 7552046.

HSL color Cylindrical-coordinate representation of color #2E3C73: hue angle of 227.83º 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 #2E3C73 is Cyan = 0.6, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4660115-
CMYK0.60.4800.55
HSL227.83º42.86%31.57%-
HSV(B)227.83º60%45.1%-
XYZ5.845.0516.89-
YUV62.08157.86116.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.81%
GREEN value IS 60 (23.83% from 255) = 27.15%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=20.81%
G=27.15%
B=52.04%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46601150.60.4800.55227.8342.8631.57
Hex2E3C733C30037e42b20
Octal567416374600673445340
Binary1011101111001110011111100110000011011111100100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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