Html Css Color HEX #334E71 Venice Blue

📋 copy color: '#334E71'

red 51 ◦ green 78 ◦ blue 113

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

Shades of Venice Blue #334E71

Tints of Venice Blue #334E71

RGB

 RED value IS 51 (20.31% from 255) = 21.07%

 GREEN value IS 78 (30.86% from 255) = 32.23%

 BLUE value IS 113 (44.53% from 255) = 46.69%

R = 21.07%
G = 32.23%
B = 46.69%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#334E71 (or 0x334E71) is known color: Venice Blue. HEX triplet: 33, 4E and 71. RGB value is (51,78,113). Sum of RGB (Red+Green+Blue) = 51+78+113=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #334E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E71 is #CCB18E. Grayscale: #494949. Windows color (decimal): -13414799 or 7425587. OLE color: 7425587.

HSL color Cylindrical-coordinate representation of color #334E71: hue angle of 213.87º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #334E71 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 78 113 -
CMYK 0.55 0.31 0 0.56
HSL 213.87º 0.38% 0.32% -
HSV(B) 213.87º 0.55% 0.44% -
XYZ 7.07 7.34 16.67 -
YUV 73.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 51 78 113 0.55 0.31 0 0.56 213.87 0.38 0.32
Hex 33 4E 71 37 1F 0 38 D6 26 20
Octal 63 116 161 67 37 0 70 326 46 40
Binary 110011 1001110 1110001 110111 11111 0 111000 11010110 100110 100000

Color Harmonies of #334E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334E71

Black with #334E71

Text Example


Text Example

White with #334E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334E71; }

 p { color: rgb(51,78,113); }

 H1.HeaderClassName
 {
   color: #334E71;
 }
 .AnyTagClassName
 {
   color: #334E71;
 }
</style>

background-color css

<style>
 a { background-color: #334E71; }

 a { background-color: rgb(51,78,113); }

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

border-color css

<style>
 span { border-color: #334E71; }

 span { border-color: rgb(51,78,113); }

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