Html Css Color HEX #2E597A Venice Blue

📋 copy color: '#2E597A'

red 46 ◦ green 89 ◦ blue 122

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

Shades of Venice Blue #2E597A

Tints of Venice Blue #2E597A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.47%

R = 17.9%
G = 34.63%
B = 47.47%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2E597A (or 0x2E597A) is known color: Venice Blue. HEX triplet: 2E, 59 and 7A. RGB value is (46,89,122). Sum of RGB (Red+Green+Blue) = 46+89+122=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E597A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E597A is #D1A685. Grayscale: #4F4F4F. Windows color (decimal): -13739654 or 8018222. OLE color: 8018222.

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

Color convert

RGB 46 89 122 -
CMYK 0.62 0.27 0 0.52
HSL 206.05º 0.45% 0.33% -
HSV(B) 206.05º 0.62% 0.48% -
XYZ 8.21 9.13 19.74 -
YUV 79.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 46 89 122 0.62 0.27 0 0.52 206.05 0.45 0.33
Hex 2E 59 7A 3E 1B 0 34 CE 2D 21
Octal 56 131 172 76 33 0 64 316 55 41
Binary 101110 1011001 1111010 111110 11011 0 110100 11001110 101101 100001

Color Harmonies of #2E597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E597A

Black with #2E597A

Text Example


Text Example

White with #2E597A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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