Html Css Color HEX #2E5371 Venice Blue

📋 copy color: '#2E5371'

red 46 ◦ green 83 ◦ blue 113

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

Shades of Venice Blue #2E5371

Tints of Venice Blue #2E5371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.3%

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

R = 19.01%
G = 34.3%
B = 46.69%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2E5371 (or 0x2E5371) is known color: Venice Blue. HEX triplet: 2E, 53 and 71. RGB value is (46,83,113). Sum of RGB (Red+Green+Blue) = 46+83+113=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E5371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5371 is #D1AC8E. Grayscale: #4B4B4B. Windows color (decimal): -13741199 or 7426862. OLE color: 7426862.

HSL color Cylindrical-coordinate representation of color #2E5371: hue angle of 206.87º 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 #2E5371 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 83 113 -
CMYK 0.59 0.27 0 0.56
HSL 206.87º 0.42% 0.31% -
HSV(B) 206.87º 0.59% 0.44% -
XYZ 7.2 7.96 16.78 -
YUV 75.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 46 83 113 0.59 0.27 0 0.56 206.87 0.42 0.31
Hex 2E 53 71 3B 1B 0 38 CF 2A 1F
Octal 56 123 161 73 33 0 70 317 52 37
Binary 101110 1010011 1110001 111011 11011 0 111000 11001111 101010 11111

Color Harmonies of #2E5371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5371

Black with #2E5371

Text Example


Text Example

White with #2E5371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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