Html Css Color HEX #2E5D7D Venice Blue

📋 copy color: '#2E5D7D'

red 46 ◦ green 93 ◦ blue 125

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

Shades of Venice Blue #2E5D7D

Tints of Venice Blue #2E5D7D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.23%

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

R = 17.42%
G = 35.23%
B = 47.35%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E5D7D (or 0x2E5D7D) is known color: Venice Blue. HEX triplet: 2E, 5D and 7D. RGB value is (46,93,125). Sum of RGB (Red+Green+Blue) = 46+93+125=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E5D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5D7D is #D1A282. Grayscale: #525252. Windows color (decimal): -13738627 or 8215854. OLE color: 8215854.

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

Color convert

RGB 46 93 125 -
CMYK 0.63 0.26 0 0.51
HSL 204.3º 0.46% 0.34% -
HSV(B) 204.3º 0.63% 0.49% -
XYZ 8.74 9.89 20.85 -
YUV 82.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 46 93 125 0.63 0.26 0 0.51 204.3 0.46 0.34
Hex 2E 5D 7D 3F 1A 0 33 CC 2E 22
Octal 56 135 175 77 32 0 63 314 56 42
Binary 101110 1011101 1111101 111111 11010 0 110011 11001100 101110 100010

Color Harmonies of #2E5D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5D7D

Black with #2E5D7D

Text Example


Text Example

White with #2E5D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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