Html Css Color HEX #2E5174 Venice Blue

📋 copy color: '#2E5174'

red 46 ◦ green 81 ◦ blue 116

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

Shades of Venice Blue #2E5174

Tints of Venice Blue #2E5174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.33%

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

R = 18.93%
G = 33.33%
B = 47.74%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E5174 (or 0x2E5174) is known color: Venice Blue. HEX triplet: 2E, 51 and 74. RGB value is (46,81,116). Sum of RGB (Red+Green+Blue) = 46+81+116=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E5174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5174 is #D1AE8B. Grayscale: #4A4A4A. Windows color (decimal): -13741708 or 7622958. OLE color: 7622958.

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

Color convert

RGB 46 81 116 -
CMYK 0.60 0.30 0 0.55
HSL 210º 0.43% 0.32% -
HSV(B) 210º 0.6% 0.45% -
XYZ 7.22 7.73 17.63 -
YUV 74.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 46 81 116 0.60 0.30 0 0.55 210 0.43 0.32
Hex 2E 51 74 3C 1E 0 37 D2 2B 20
Octal 56 121 164 74 36 0 67 322 53 40
Binary 101110 1010001 1110100 111100 11110 0 110111 11010010 101011 100000

Color Harmonies of #2E5174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5174

Black with #2E5174

Text Example


Text Example

White with #2E5174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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