Html Css Color HEX #334F71 Venice Blue

📋 copy color: '#334F71'

red 51 ◦ green 79 ◦ blue 113

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

Shades of Venice Blue #334F71

Tints of Venice Blue #334F71

RGB

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

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

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

R = 20.99%
G = 32.51%
B = 46.5%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#334F71 (or 0x334F71) is known color: Venice Blue. HEX triplet: 33, 4F and 71. RGB value is (51,79,113). Sum of RGB (Red+Green+Blue) = 51+79+113=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #334F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F71 is #CCB08E. Grayscale: #4A4A4A. Windows color (decimal): -13414543 or 7425843. OLE color: 7425843.

HSL color Cylindrical-coordinate representation of color #334F71: hue angle of 212.9º 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 #334F71 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 79 113 -
CMYK 0.55 0.30 0 0.56
HSL 212.9º 0.38% 0.32% -
HSV(B) 212.9º 0.55% 0.44% -
XYZ 7.14 7.49 16.69 -
YUV 74.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 51 79 113 0.55 0.30 0 0.56 212.9 0.38 0.32
Hex 33 4F 71 37 1E 0 38 D5 26 20
Octal 63 117 161 67 36 0 70 325 46 40
Binary 110011 1001111 1110001 110111 11110 0 111000 11010101 100110 100000

Color Harmonies of #334F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F71

Black with #334F71

Text Example


Text Example

White with #334F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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