Html Css Color HEX #2E5478 Venice Blue

📋 copy color: '#2E5478'

red 46 ◦ green 84 ◦ blue 120

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

Shades of Venice Blue #2E5478

Tints of Venice Blue #2E5478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.6%

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

R = 18.4%
G = 33.6%
B = 48%

CMYK

 C value IS 0.62

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E5478 (or 0x2E5478) is known color: Venice Blue. HEX triplet: 2E, 54 and 78. RGB value is (46,84,120). Sum of RGB (Red+Green+Blue) = 46+84+120=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E5478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5478 is #D1AB87. Grayscale: #4C4C4C. Windows color (decimal): -13740936 or 7885870. OLE color: 7885870.

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

Color convert

RGB 46 84 120 -
CMYK 0.62 0.3 0 0.53
HSL 209.19º 0.45% 0.33% -
HSV(B) 209.19º 0.62% 0.47% -
XYZ 7.69 8.28 18.96 -
YUV 76.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 46 84 120 0.62 0.3 0 0.53 209.19 0.45 0.33
Hex 2E 54 78 3E 1E 0 35 D1 2D 21
Octal 56 124 170 76 36 0 65 321 55 41
Binary 101110 1010100 1111000 111110 11110 0 110101 11010001 101101 100001

Color Harmonies of #2E5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5478

Black with #2E5478

Text Example


Text Example

White with #2E5478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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