Html Css Color HEX #334E70 Venice Blue

📋 copy color: '#334E70'

red 51 ◦ green 78 ◦ blue 112

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

Shades of Venice Blue #334E70

Tints of Venice Blue #334E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.47%

R = 21.16%
G = 32.37%
B = 46.47%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#334E70 (or 0x334E70) is known color: Venice Blue. HEX triplet: 33, 4E and 70. RGB value is (51,78,112). Sum of RGB (Red+Green+Blue) = 51+78+112=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #334E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E70 is #CCB18F. Grayscale: #494949. Windows color (decimal): -13414800 or 7360051. OLE color: 7360051.

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

Color convert

RGB 51 78 112 -
CMYK 0.54 0.30 0 0.56
HSL 213.44º 0.37% 0.32% -
HSV(B) 213.44º 0.54% 0.44% -
XYZ 7.01 7.32 16.37 -
YUV 73.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 51 78 112 0.54 0.30 0 0.56 213.44 0.37 0.32
Hex 33 4E 70 36 1E 0 38 D5 25 20
Octal 63 116 160 66 36 0 70 325 45 40
Binary 110011 1001110 1110000 110110 11110 0 111000 11010101 100101 100000

Color Harmonies of #334E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334E70

Black with #334E70

Text Example


Text Example

White with #334E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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