#2E4F73

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

Shades of Venice Blue #2E4F73

Tints of Venice Blue #2E4F73

Color information

#2E4F73 (or 0x2E4F73) is unknown color: approx Venice Blue. HEX triplet: 2E, 4F and 73. RGB value is (46,79,115). Sum of RGB (Red+Green+Blue) = 46+79+115=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E4F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4F73 is #D1B08C. Grayscale: #494949. Windows color (decimal): -13742221 or 7556910. OLE color: 7556910.

HSL color Cylindrical-coordinate representation of color #2E4F73: hue angle of 211.3º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E4F73 is Cyan = 0.6, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4679115-
CMYK0.60.3100.55
HSL211.3º42.86%31.57%-
HSV(B)211.3º60%45.1%-
XYZ7.027.4117.28-
YUV73.24151.57108.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.17%
GREEN value IS 79 (31.25% from 255) = 32.92%
BLUE value IS 115 (45.31% from 255) = 47.92%
R=19.17%
G=32.92%
B=47.92%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46791150.60.3100.55211.342.8631.57
Hex2E4F733C1F037d32b20
Octal5611716374370673235340
Binary1011101001111111001111110011111011011111010011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,79,115); }

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

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

 a { background-color: rgb(46,79,115); }

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

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

 span { border-color: rgb(46,79,115); }

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