Html Css Color HEX #2E5471 Venice Blue

📋 copy color: '#2E5471'

red 46 ◦ green 84 ◦ blue 113

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

Shades of Venice Blue #2E5471

Tints of Venice Blue #2E5471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.57%

 BLUE value IS 113 (44.53% from 255) = 46.5%

R = 18.93%
G = 34.57%
B = 46.5%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2E5471 (or 0x2E5471) is known color: Venice Blue. HEX triplet: 2E, 54 and 71. RGB value is (46,84,113). Sum of RGB (Red+Green+Blue) = 46+84+113=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E5471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5471 is #D1AB8E. Grayscale: #4B4B4B. Windows color (decimal): -13740943 or 7427118. OLE color: 7427118.

HSL color Cylindrical-coordinate representation of color #2E5471: hue angle of 205.97º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E5471 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 84 113 -
CMYK 0.59 0.26 0 0.56
HSL 205.97º 0.42% 0.31% -
HSV(B) 205.97º 0.59% 0.44% -
XYZ 7.28 8.11 16.81 -
YUV 75.94 148.91 106.64 -
System Red Green Blue C M Y K H S L
Decimal 46 84 113 0.59 0.26 0 0.56 205.97 0.42 0.31
Hex 2E 54 71 3B 1A 0 38 CE 2A 1F
Octal 56 124 161 73 32 0 70 316 52 37
Binary 101110 1010100 1110001 111011 11010 0 111000 11001110 101010 11111

Color Harmonies of #2E5471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5471

Black with #2E5471

Text Example


Text Example

White with #2E5471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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