#2E5177

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

Shades of Venice Blue #2E5177

Tints of Venice Blue #2E5177

Color information

#2E5177 (or 0x2E5177) is unknown color: approx Venice Blue. HEX triplet: 2E, 51 and 77. RGB value is (46,81,119). Sum of RGB (Red+Green+Blue) = 46+81+119=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #2E5177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5177 is #D1AE88. Grayscale: #4A4A4A. Windows color (decimal): -13741705 or 7819566. OLE color: 7819566.

HSL color Cylindrical-coordinate representation of color #2E5177: hue angle of 211.23º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E5177 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4681119-
CMYK0.610.3200.53
HSL211.23º44.24%32.35%-
HSV(B)211.23º61.34%46.67%-
XYZ7.47.818.57-
YUV74.87152.9107.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.70%
GREEN value IS 81 (32.03% from 255) = 32.93%
BLUE value IS 119 (46.88% from 255) = 48.37%
R=18.70%
G=32.93%
B=48.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46811190.610.3200.53211.2344.2432.35
Hex2E51773D20035d32c20
Octal5612116775400653235440
Binary10111010100011110111111101100000011010111010011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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