#2E516E

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

Shades of Venice Blue #2E516E

Tints of Venice Blue #2E516E

Color information

#2E516E (or 0x2E516E) is unknown color: approx Venice Blue. HEX triplet: 2E, 51 and 6E. RGB value is (46,81,110). Sum of RGB (Red+Green+Blue) = 46+81+110=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E516E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E516E is #D1AE91. Grayscale: #494949. Windows color (decimal): -13741714 or 7229742. OLE color: 7229742.

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

Color convert

RGB4681110-
CMYK0.580.2600.57
HSL207.19º41.03%30.59%-
HSV(B)207.19º58.18%43.14%-
XYZ6.887.5915.85-
YUV73.84148.4108.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.41%
GREEN value IS 81 (32.03% from 255) = 34.18%
BLUE value IS 110 (43.36% from 255) = 46.41%
R=19.41%
G=34.18%
B=46.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46811100.580.2600.57207.1941.0330.59
Hex2E516E3A1A039cf291f
Octal5612115672320713175137
Binary101110101000111011101110101101001110011100111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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