#2E466E

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

Shades of Resolution Blue #2E466E

Tints of Resolution Blue #2E466E

Color information

#2E466E (or 0x2E466E) is unknown color: approx Resolution Blue. HEX triplet: 2E, 46 and 6E. RGB value is (46,70,110). Sum of RGB (Red+Green+Blue) = 46+70+110=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E466E is #D1B991. Grayscale: #434343. Windows color (decimal): -13744530 or 7226926. OLE color: 7226926.

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

Color convert

RGB4670110-
CMYK0.580.3600.57
HSL217.5º41.03%30.59%-
HSV(B)217.5º58.18%43.14%-
XYZ6.136.0915.6-
YUV67.38152.05112.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.35%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 110 (43.36% from 255) = 48.67%
R=20.35%
G=30.97%
B=48.67%

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
Decimal46701100.580.3600.57217.541.0330.59
Hex2E466E3A24039da291f
Octal5610615672440713325137
Binary1011101000110110111011101010010001110011101101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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