Html Css Color HEX #2E577D Venice Blue

📋 copy color: '#2E577D'

red 46 ◦ green 87 ◦ blue 125

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

Shades of Venice Blue #2E577D

Tints of Venice Blue #2E577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.72%

 BLUE value IS 125 (49.22% from 255) = 48.45%

R = 17.83%
G = 33.72%
B = 48.45%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E577D (or 0x2E577D) is known color: Venice Blue. HEX triplet: 2E, 57 and 7D. RGB value is (46,87,125). Sum of RGB (Red+Green+Blue) = 46+87+125=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E577D is #D1A882. Grayscale: #4E4E4E. Windows color (decimal): -13740163 or 8214318. OLE color: 8214318.

HSL color Cylindrical-coordinate representation of color #2E577D: hue angle of 208.86º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E577D is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 87 125 -
CMYK 0.63 0.30 0 0.51
HSL 208.86º 0.46% 0.34% -
HSV(B) 208.86º 0.63% 0.49% -
XYZ 8.24 8.88 20.68 -
YUV 79.07 153.92 104.41 -
System Red Green Blue C M Y K H S L
Decimal 46 87 125 0.63 0.30 0 0.51 208.86 0.46 0.34
Hex 2E 57 7D 3F 1E 0 33 D1 2E 22
Octal 56 127 175 77 36 0 63 321 56 42
Binary 101110 1010111 1111101 111111 11110 0 110011 11010001 101110 100010

Color Harmonies of #2E577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E577D

Black with #2E577D

Text Example


Text Example

White with #2E577D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,87,125); }

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

background-color css

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

 a { background-color: rgb(46,87,125); }

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

border-color css

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

 span { border-color: rgb(46,87,125); }

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