#2E466D

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

Shades of Resolution Blue #2E466D

Tints of Resolution Blue #2E466D

Color information

#2E466D (or 0x2E466D) is unknown color: approx Resolution Blue. HEX triplet: 2E, 46 and 6D. RGB value is (46,70,109). Sum of RGB (Red+Green+Blue) = 46+70+109=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E466D is #D1B992. Grayscale: #434343. Windows color (decimal): -13744531 or 7161390. OLE color: 7161390.

HSL color Cylindrical-coordinate representation of color #2E466D: hue angle of 217.14º 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 #2E466D is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4670109-
CMYK0.580.3600.57
HSL217.14º40.65%30.39%-
HSV(B)217.14º57.8%42.75%-
XYZ6.086.0715.32-
YUV67.27151.55112.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.44%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=20.44%
G=31.11%
B=48.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46701090.580.3600.57217.1440.6530.39
Hex2E466D3A24039d9291e
Octal5610615572440713315136
Binary1011101000110110110111101010010001110011101100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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