Html Css Color HEX #2E516E Venice Blue

📋 copy color: '#2E516E'

red 46 ◦ green 81 ◦ blue 110

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

Shades of Venice Blue #2E516E

Tints of Venice Blue #2E516E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 46.41%

R = 19.41%
G = 34.18%
B = 46.41%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E516E (or 0x2E516E) is known color: Venice Blue. HEX triplet: 2E, 51 and 6E. RGB value is (46,81,110). Sum of RGB (Red+Green+Blue) = 46+81+110=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E516E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E516E is #D1AE91. Grayscale: #494949. Windows color (decimal): -13741714 or 7229742. OLE color: 7229742.

HSL color Cylindrical-coordinate representation of color #2E516E: hue angle of 207.19º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E516E is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 81 110 -
CMYK 0.58 0.26 0 0.57
HSL 207.19º 0.41% 0.31% -
HSV(B) 207.19º 0.58% 0.43% -
XYZ 6.88 7.59 15.85 -
YUV 73.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 46 81 110 0.58 0.26 0 0.57 207.19 0.41 0.31
Hex 2E 51 6E 3A 1A 0 39 CF 29 1F
Octal 56 121 156 72 32 0 71 317 51 37
Binary 101110 1010001 1101110 111010 11010 0 111001 11001111 101001 11111

Color Harmonies of #2E516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E516E

Black with #2E516E

Text Example


Text Example

White with #2E516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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