Html Css Color HEX #2E4F74 Venice Blue

📋 copy color: '#2E4F74'

red 46 ◦ green 79 ◦ blue 116

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

Shades of Venice Blue #2E4F74

Tints of Venice Blue #2E4F74

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.78%

 BLUE value IS 116 (45.7% from 255) = 48.13%

R = 19.09%
G = 32.78%
B = 48.13%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E4F74 (or 0x2E4F74) is known color: Venice Blue. HEX triplet: 2E, 4F and 74. RGB value is (46,79,116). Sum of RGB (Red+Green+Blue) = 46+79+116=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E4F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4F74 is #D1B08B. Grayscale: #494949. Windows color (decimal): -13742220 or 7622446. OLE color: 7622446.

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

Color convert

RGB 46 79 116 -
CMYK 0.60 0.32 0 0.55
HSL 211.71º 0.43% 0.32% -
HSV(B) 211.71º 0.6% 0.45% -
XYZ 7.08 7.43 17.58 -
YUV 73.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 46 79 116 0.60 0.32 0 0.55 211.71 0.43 0.32
Hex 2E 4F 74 3C 20 0 37 D4 2B 20
Octal 56 117 164 74 40 0 67 324 53 40
Binary 101110 1001111 1110100 111100 100000 0 110111 11010100 101011 100000

Color Harmonies of #2E4F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4F74

Black with #2E4F74

Text Example


Text Example

White with #2E4F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,79,116); }

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

background-color css

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

 a { background-color: rgb(46,79,116); }

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

border-color css

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

 span { border-color: rgb(46,79,116); }

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