#2E4E75

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

Shades of Venice Blue #2E4E75

Tints of Venice Blue #2E4E75

Color information

#2E4E75 (or 0x2E4E75) is unknown color: approx Venice Blue. HEX triplet: 2E, 4E and 75. RGB value is (46,78,117). Sum of RGB (Red+Green+Blue) = 46+78+117=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E4E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4E75 is #D1B18A. Grayscale: #484848. Windows color (decimal): -13742475 or 7687726. OLE color: 7687726.

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

Color convert

RGB4678117-
CMYK0.610.3300.54
HSL212.96º43.56%31.96%-
HSV(B)212.96º60.68%45.88%-
XYZ7.067.3117.87-
YUV72.88152.9108.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.09%
GREEN value IS 78 (30.86% from 255) = 32.37%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=19.09%
G=32.37%
B=48.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46781170.610.3300.54212.9643.5631.96
Hex2E4E753D21036d52c20
Octal5611616575410663255440
Binary10111010011101110101111101100001011011011010101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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