Html Css Color HEX #2E587D Venice Blue

📋 copy color: '#2E587D'

red 46 ◦ green 88 ◦ blue 125

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

Shades of Venice Blue #2E587D

Tints of Venice Blue #2E587D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.98%

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

R = 17.76%
G = 33.98%
B = 48.26%

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

#2E587D (or 0x2E587D) is known color: Venice Blue. HEX triplet: 2E, 58 and 7D. RGB value is (46,88,125). Sum of RGB (Red+Green+Blue) = 46+88+125=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E587D is #D1A782. Grayscale: #4F4F4F. Windows color (decimal): -13739907 or 8214574. OLE color: 8214574.

HSL color Cylindrical-coordinate representation of color #2E587D: hue angle of 208.1º 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 #2E587D is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 88 125 -
CMYK 0.63 0.30 0 0.51
HSL 208.1º 0.46% 0.34% -
HSV(B) 208.1º 0.63% 0.49% -
XYZ 8.32 9.04 20.71 -
YUV 79.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 46 88 125 0.63 0.30 0 0.51 208.1 0.46 0.34
Hex 2E 58 7D 3F 1E 0 33 D0 2E 22
Octal 56 130 175 77 36 0 63 320 56 42
Binary 101110 1011000 1111101 111111 11110 0 110011 11010000 101110 100010

Color Harmonies of #2E587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E587D

Black with #2E587D

Text Example


Text Example

White with #2E587D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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