#2E5478

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

Shades of Venice Blue #2E5478

Tints of Venice Blue #2E5478

Color information

#2E5478 (or 0x2E5478) is unknown color: approx Venice Blue. HEX triplet: 2E, 54 and 78. RGB value is (46,84,120). Sum of RGB (Red+Green+Blue) = 46+84+120=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E5478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5478 is #D1AB87. Grayscale: #4C4C4C. Windows color (decimal): -13740936 or 7885870. OLE color: 7885870.

HSL color Cylindrical-coordinate representation of color #2E5478: hue angle of 209.19º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E5478 is Cyan = 0.62, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4684120-
CMYK0.620.300.53
HSL209.19º44.58%32.55%-
HSV(B)209.19º61.67%47.06%-
XYZ7.698.2818.96-
YUV76.74152.41106.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.4%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 120 (47.27% from 255) = 48%
R=18.4%
G=33.6%
B=48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46841200.620.300.53209.1944.5832.55
Hex2E54783E1E035d12d21
Octal5612417076360653215541
Binary1011101010100111100011111011110011010111010001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,84,120); }

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

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

 a { background-color: rgb(46,84,120); }

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

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

 span { border-color: rgb(46,84,120); }

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