Html Css Color HEX #2E5172 Venice Blue

📋 copy color: '#2E5172'

red 46 ◦ green 81 ◦ blue 114

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

Shades of Venice Blue #2E5172

Tints of Venice Blue #2E5172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.3%

R = 19.09%
G = 33.61%
B = 47.3%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E5172 (or 0x2E5172) is known color: Venice Blue. HEX triplet: 2E, 51 and 72. RGB value is (46,81,114). Sum of RGB (Red+Green+Blue) = 46+81+114=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E5172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5172 is #D1AE8D. Grayscale: #4A4A4A. Windows color (decimal): -13741710 or 7491886. OLE color: 7491886.

HSL color Cylindrical-coordinate representation of color #2E5172: hue angle of 209.12º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E5172 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 81 114 -
CMYK 0.60 0.29 0 0.55
HSL 209.12º 0.43% 0.31% -
HSV(B) 209.12º 0.6% 0.45% -
XYZ 7.11 7.68 17.03 -
YUV 74.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 46 81 114 0.60 0.29 0 0.55 209.12 0.43 0.31
Hex 2E 51 72 3C 1D 0 37 D1 2A 1F
Octal 56 121 162 74 35 0 67 321 52 37
Binary 101110 1010001 1110010 111100 11101 0 110111 11010001 101010 11111

Color Harmonies of #2E5172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5172

Black with #2E5172

Text Example


Text Example

White with #2E5172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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