Html Css Color HEX #2E5175 Venice Blue

📋 copy color: '#2E5175'

red 46 ◦ green 81 ◦ blue 117

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

Shades of Venice Blue #2E5175

Tints of Venice Blue #2E5175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 47.95%

R = 18.85%
G = 33.2%
B = 47.95%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2E5175 (or 0x2E5175) is known color: Venice Blue. HEX triplet: 2E, 51 and 75. RGB value is (46,81,117). Sum of RGB (Red+Green+Blue) = 46+81+117=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E5175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5175 is #D1AE8A. Grayscale: #4A4A4A. Windows color (decimal): -13741707 or 7688494. OLE color: 7688494.

HSL color Cylindrical-coordinate representation of color #2E5175: hue angle of 210.42º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E5175 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 81 117 -
CMYK 0.61 0.31 0 0.54
HSL 210.42º 0.44% 0.32% -
HSV(B) 210.42º 0.61% 0.46% -
XYZ 7.28 7.75 17.94 -
YUV 74.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 46 81 117 0.61 0.31 0 0.54 210.42 0.44 0.32
Hex 2E 51 75 3D 1F 0 36 D2 2C 20
Octal 56 121 165 75 37 0 66 322 54 40
Binary 101110 1010001 1110101 111101 11111 0 110110 11010010 101100 100000

Color Harmonies of #2E5175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5175

Black with #2E5175

Text Example


Text Example

White with #2E5175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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