Html Css Color HEX #2E5979 Venice Blue

📋 copy color: '#2E5979'

red 46 ◦ green 89 ◦ blue 121

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

Shades of Venice Blue #2E5979

Tints of Venice Blue #2E5979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 47.27%

R = 17.97%
G = 34.77%
B = 47.27%

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

#2E5979 (or 0x2E5979) is known color: Venice Blue. HEX triplet: 2E, 59 and 79. RGB value is (46,89,121). Sum of RGB (Red+Green+Blue) = 46+89+121=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E5979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5979 is #D1A686. Grayscale: #4F4F4F. Windows color (decimal): -13739655 or 7952686. OLE color: 7952686.

HSL color Cylindrical-coordinate representation of color #2E5979: hue angle of 205.6º 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 #2E5979 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 89 121 -
CMYK 0.62 0.26 0 0.53
HSL 205.6º 0.45% 0.33% -
HSV(B) 205.6º 0.62% 0.47% -
XYZ 8.15 9.11 19.42 -
YUV 79.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 46 89 121 0.62 0.26 0 0.53 205.6 0.45 0.33
Hex 2E 59 79 3E 1A 0 35 CE 2D 21
Octal 56 131 171 76 32 0 65 316 55 41
Binary 101110 1011001 1111001 111110 11010 0 110101 11001110 101101 100001

Color Harmonies of #2E5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5979

Black with #2E5979

Text Example


Text Example

White with #2E5979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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