#2E4D6C

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

Shades of Venice Blue #2E4D6C

Tints of Venice Blue #2E4D6C

Color information

#2E4D6C (or 0x2E4D6C) is unknown color: approx Venice Blue. HEX triplet: 2E, 4D and 6C. RGB value is (46,77,108). Sum of RGB (Red+Green+Blue) = 46+77+108=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E4D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4D6C is #D1B293. Grayscale: #474747. Windows color (decimal): -13742740 or 7097646. OLE color: 7097646.

HSL color Cylindrical-coordinate representation of color #2E4D6C: hue angle of 210º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E4D6C is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4677108-
CMYK0.570.2900.58
HSL210º40.26%30.2%-
HSV(B)210º57.41%42.35%-
XYZ6.496.9715.19-
YUV71.26148.73109.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.91%
GREEN value IS 77 (30.47% from 255) = 33.33%
BLUE value IS 108 (42.58% from 255) = 46.75%
R=19.91%
G=33.33%
B=46.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46771080.570.2900.5821040.2630.2
Hex2E4D6C391D03Ad2281e
Octal5611515471350723225036
Binary101110100110111011001110011110101110101101001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,77,108); }

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

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

 a { background-color: rgb(46,77,108); }

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

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

 span { border-color: rgb(46,77,108); }

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