Html Css Color HEX #334D70 Venice Blue

📋 copy color: '#334D70'

red 51 ◦ green 77 ◦ blue 112

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

Shades of Venice Blue #334D70

Tints of Venice Blue #334D70

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.08%

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

R = 21.25%
G = 32.08%
B = 46.67%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#334D70 (or 0x334D70) is known color: Venice Blue. HEX triplet: 33, 4D and 70. RGB value is (51,77,112). Sum of RGB (Red+Green+Blue) = 51+77+112=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #334D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D70 is #CCB28F. Grayscale: #494949. Windows color (decimal): -13415056 or 7359795. OLE color: 7359795.

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

Color convert

RGB 51 77 112 -
CMYK 0.54 0.31 0 0.56
HSL 214.43º 0.37% 0.32% -
HSV(B) 214.43º 0.54% 0.44% -
XYZ 6.94 7.18 16.35 -
YUV 73.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 51 77 112 0.54 0.31 0 0.56 214.43 0.37 0.32
Hex 33 4D 70 36 1F 0 38 D6 25 20
Octal 63 115 160 66 37 0 70 326 45 40
Binary 110011 1001101 1110000 110110 11111 0 111000 11010110 100101 100000

Color Harmonies of #334D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D70

Black with #334D70

Text Example


Text Example

White with #334D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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