Html Css Color HEX #2E4D75 Venice Blue

📋 copy color: '#2E4D75'

red 46 ◦ green 77 ◦ blue 117

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

Shades of Venice Blue #2E4D75

Tints of Venice Blue #2E4D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.08%

 BLUE value IS 117 (46.09% from 255) = 48.75%

R = 19.17%
G = 32.08%
B = 48.75%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2E4D75 (or 0x2E4D75) is known color: Venice Blue. HEX triplet: 2E, 4D and 75. RGB value is (46,77,117). Sum of RGB (Red+Green+Blue) = 46+77+117=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E4D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4D75 is #D1B28A. Grayscale: #484848. Windows color (decimal): -13742731 or 7687470. OLE color: 7687470.

HSL color Cylindrical-coordinate representation of color #2E4D75: hue angle of 213.8º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E4D75 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 77 117 -
CMYK 0.61 0.34 0 0.54
HSL 213.8º 0.44% 0.32% -
HSV(B) 213.8º 0.61% 0.46% -
XYZ 6.99 7.17 17.85 -
YUV 72.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 46 77 117 0.61 0.34 0 0.54 213.8 0.44 0.32
Hex 2E 4D 75 3D 22 0 36 D6 2C 20
Octal 56 115 165 75 42 0 66 326 54 40
Binary 101110 1001101 1110101 111101 100010 0 110110 11010110 101100 100000

Color Harmonies of #2E4D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4D75

Black with #2E4D75

Text Example


Text Example

White with #2E4D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,77,117); }

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

background-color css

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

 a { background-color: rgb(46,77,117); }

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

border-color css

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

 span { border-color: rgb(46,77,117); }

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