Html Css Color HEX #2E4C72 Venice Blue

📋 copy color: '#2E4C72'

red 46 ◦ green 76 ◦ blue 114

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

Shades of Venice Blue #2E4C72

Tints of Venice Blue #2E4C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.31%

R = 19.49%
G = 32.2%
B = 48.31%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E4C72 (or 0x2E4C72) is known color: Venice Blue. HEX triplet: 2E, 4C and 72. RGB value is (46,76,114). Sum of RGB (Red+Green+Blue) = 46+76+114=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E4C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4C72 is #D1B38D. Grayscale: #474747. Windows color (decimal): -13742990 or 7490606. OLE color: 7490606.

HSL color Cylindrical-coordinate representation of color #2E4C72: hue angle of 213.53º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E4C72 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 76 114 -
CMYK 0.60 0.33 0 0.55
HSL 213.53º 0.43% 0.31% -
HSV(B) 213.53º 0.6% 0.45% -
XYZ 6.75 6.96 16.91 -
YUV 71.36 152.06 109.91 -
System Red Green Blue C M Y K H S L
Decimal 46 76 114 0.60 0.33 0 0.55 213.53 0.43 0.31
Hex 2E 4C 72 3C 21 0 37 D6 2A 1F
Octal 56 114 162 74 41 0 67 326 52 37
Binary 101110 1001100 1110010 111100 100001 0 110111 11010110 101010 11111

Color Harmonies of #2E4C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4C72

Black with #2E4C72

Text Example


Text Example

White with #2E4C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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