#2E4E73

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

Shades of Venice Blue #2E4E73

Tints of Venice Blue #2E4E73

Color information

#2E4E73 (or 0x2E4E73) is unknown color: approx Venice Blue. HEX triplet: 2E, 4E and 73. RGB value is (46,78,115). Sum of RGB (Red+Green+Blue) = 46+78+115=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E4E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4E73 is #D1B18C. Grayscale: #484848. Windows color (decimal): -13742477 or 7556654. OLE color: 7556654.

HSL color Cylindrical-coordinate representation of color #2E4E73: hue angle of 212.17º 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 #2E4E73 is Cyan = 0.6, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4678115-
CMYK0.60.3200.55
HSL212.17º42.86%31.57%-
HSV(B)212.17º60%45.1%-
XYZ6.957.2717.26-
YUV72.65151.9108.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.25%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=19.25%
G=32.64%
B=48.12%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46781150.60.3200.55212.1742.8631.57
Hex2E4E733C20037d42b20
Octal5611616374400673245340
Binary10111010011101110011111100100000011011111010100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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