Html Css Color HEX #2E5978 Venice Blue

📋 copy color: '#2E5978'

red 46 ◦ green 89 ◦ blue 120

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

Shades of Venice Blue #2E5978

Tints of Venice Blue #2E5978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.9%

 BLUE value IS 120 (47.27% from 255) = 47.06%

R = 18.04%
G = 34.9%
B = 47.06%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E5978 (or 0x2E5978) is known color: Venice Blue. HEX triplet: 2E, 59 and 78. RGB value is (46,89,120). Sum of RGB (Red+Green+Blue) = 46+89+120=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E5978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5978 is #D1A687. Grayscale: #4F4F4F. Windows color (decimal): -13739656 or 7887150. OLE color: 7887150.

HSL color Cylindrical-coordinate representation of color #2E5978: hue angle of 205.14º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E5978 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 89 120 -
CMYK 0.62 0.26 0 0.53
HSL 205.14º 0.45% 0.33% -
HSV(B) 205.14º 0.62% 0.47% -
XYZ 8.09 9.08 19.1 -
YUV 79.68 150.75 103.98 -
System Red Green Blue C M Y K H S L
Decimal 46 89 120 0.62 0.26 0 0.53 205.14 0.45 0.33
Hex 2E 59 78 3E 1A 0 35 CD 2D 21
Octal 56 131 170 76 32 0 65 315 55 41
Binary 101110 1011001 1111000 111110 11010 0 110101 11001101 101101 100001

Color Harmonies of #2E5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5978

Black with #2E5978

Text Example


Text Example

White with #2E5978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,89,120); }

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

background-color css

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

 a { background-color: rgb(46,89,120); }

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

border-color css

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

 span { border-color: rgb(46,89,120); }

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