Html Css Color HEX #2E4C6D Venice Blue

📋 copy color: '#2E4C6D'

red 46 ◦ green 76 ◦ blue 109

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

Shades of Venice Blue #2E4C6D

Tints of Venice Blue #2E4C6D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.9%

 BLUE value IS 109 (42.97% from 255) = 47.19%

R = 19.91%
G = 32.9%
B = 47.19%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E4C6D (or 0x2E4C6D) is known color: Venice Blue. HEX triplet: 2E, 4C and 6D. RGB value is (46,76,109). Sum of RGB (Red+Green+Blue) = 46+76+109=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E4C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4C6D is #D1B392. Grayscale: #464646. Windows color (decimal): -13742995 or 7162926. OLE color: 7162926.

HSL color Cylindrical-coordinate representation of color #2E4C6D: hue angle of 211.43º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E4C6D is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 76 109 -
CMYK 0.58 0.30 0 0.57
HSL 211.43º 0.41% 0.3% -
HSV(B) 211.43º 0.58% 0.43% -
XYZ 6.47 6.85 15.45 -
YUV 70.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 46 76 109 0.58 0.30 0 0.57 211.43 0.41 0.3
Hex 2E 4C 6D 3A 1E 0 39 D3 29 1E
Octal 56 114 155 72 36 0 71 323 51 36
Binary 101110 1001100 1101101 111010 11110 0 111001 11010011 101001 11110

Color Harmonies of #2E4C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4C6D

Black with #2E4C6D

Text Example


Text Example

White with #2E4C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,76,109); }

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

background-color css

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

 a { background-color: rgb(46,76,109); }

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

border-color css

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

 span { border-color: rgb(46,76,109); }

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