Html Css Color HEX #2E5C78 Venice Blue

📋 copy color: '#2E5C78'

red 46 ◦ green 92 ◦ blue 120

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

Shades of Venice Blue #2E5C78

Tints of Venice Blue #2E5C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.66%

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

R = 17.83%
G = 35.66%
B = 46.51%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E5C78 (or 0x2E5C78) is known color: Venice Blue. HEX triplet: 2E, 5C and 78. RGB value is (46,92,120). Sum of RGB (Red+Green+Blue) = 46+92+120=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E5C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5C78 is #D1A387. Grayscale: #515151. Windows color (decimal): -13738888 or 7887918. OLE color: 7887918.

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

Color convert

RGB 46 92 120 -
CMYK 0.62 0.23 0 0.53
HSL 202.7º 0.45% 0.33% -
HSV(B) 202.7º 0.62% 0.47% -
XYZ 8.34 9.59 19.18 -
YUV 81.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 46 92 120 0.62 0.23 0 0.53 202.7 0.45 0.33
Hex 2E 5C 78 3E 17 0 35 CB 2D 21
Octal 56 134 170 76 27 0 65 313 55 41
Binary 101110 1011100 1111000 111110 10111 0 110101 11001011 101101 100001

Color Harmonies of #2E5C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5C78

Black with #2E5C78

Text Example


Text Example

White with #2E5C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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