#2E416D

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

Shades of Resolution Blue #2E416D

Tints of Resolution Blue #2E416D

Color information

#2E416D (or 0x2E416D) is unknown color: approx Resolution Blue. HEX triplet: 2E, 41 and 6D. RGB value is (46,65,109). Sum of RGB (Red+Green+Blue) = 46+65+109=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E416D is #D1BE92. Grayscale: #404040. Windows color (decimal): -13745811 or 7160110. OLE color: 7160110.

HSL color Cylindrical-coordinate representation of color #2E416D: hue angle of 221.9º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E416D is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4665109-
CMYK0.580.4000.57
HSL221.9º40.65%30.39%-
HSV(B)221.9º57.8%42.75%-
XYZ5.785.4715.22-
YUV64.33153.21114.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.91%
GREEN value IS 65 (25.78% from 255) = 29.55%
BLUE value IS 109 (42.97% from 255) = 49.55%
R=20.91%
G=29.55%
B=49.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46651090.580.4000.57221.940.6530.39
Hex2E416D3A28039de291e
Octal5610115572500713365136
Binary1011101000001110110111101010100001110011101111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,65,109); }

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

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

 a { background-color: rgb(46,65,109); }

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

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

 span { border-color: rgb(46,65,109); }

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