#2E4F75

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

Shades of Venice Blue #2E4F75

Tints of Venice Blue #2E4F75

Color information

#2E4F75 (or 0x2E4F75) is unknown color: approx Venice Blue. HEX triplet: 2E, 4F and 75. RGB value is (46,79,117). Sum of RGB (Red+Green+Blue) = 46+79+117=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E4F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4F75 is #D1B08A. Grayscale: #494949. Windows color (decimal): -13742219 or 7687982. OLE color: 7687982.

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

Color convert

RGB4679117-
CMYK0.610.3200.54
HSL212.11º43.56%31.96%-
HSV(B)212.11º60.68%45.88%-
XYZ7.137.4617.89-
YUV73.46152.57108.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.01%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=19.01%
G=32.64%
B=48.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46791170.610.3200.54212.1143.5631.96
Hex2E4F753D20036d42c20
Octal5611716575400663245440
Binary10111010011111110101111101100000011011011010100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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