Html Css Color HEX #2E4D74 Venice Blue

📋 copy color: '#2E4D74'

red 46 ◦ green 77 ◦ blue 116

#2E4D74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #2E4D74

Tints of Venice Blue #2E4D74

RGB

 RED value IS 46 (18.36% from 255) = 19.25%

 GREEN value IS 77 (30.47% from 255) = 32.22%

 BLUE value IS 116 (45.7% from 255) = 48.54%

R = 19.25%
G = 32.22%
B = 48.54%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E4D74 (or 0x2E4D74) is known color: Venice Blue. HEX triplet: 2E, 4D and 74. RGB value is (46,77,116). Sum of RGB (Red+Green+Blue) = 46+77+116=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E4D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4D74 is #D1B28B. Grayscale: #474747. Windows color (decimal): -13742732 or 7621934. OLE color: 7621934.

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

Color convert

RGB 46 77 116 -
CMYK 0.60 0.34 0 0.55
HSL 213.43º 0.43% 0.32% -
HSV(B) 213.43º 0.6% 0.45% -
XYZ 6.93 7.15 17.54 -
YUV 72.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 46 77 116 0.60 0.34 0 0.55 213.43 0.43 0.32
Hex 2E 4D 74 3C 22 0 37 D5 2B 20
Octal 56 115 164 74 42 0 67 325 53 40
Binary 101110 1001101 1110100 111100 100010 0 110111 11010101 101011 100000

Color Harmonies of #2E4D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4D74

Black with #2E4D74

Text Example


Text Example

White with #2E4D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E4D74;
 }
 .AnyTagClassName
 {
   color: #2E4D74;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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