#334D70

Color #334D70 Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #334D70

Tints of Venice Blue #334D70

Color information

#334D70 (or 0x334D70) is unknown color: approx 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

RGB5177112-
CMYK0.540.3100.56
HSL214.43º37.42%31.96%-
HSV(B)214.43º54.46%43.92%-
XYZ6.947.1816.35-
YUV73.22149.89112.15-

RGB Variations

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

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 (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51771120.540.3100.56214.4337.4231.96
Hex334D70361F038d62520
Octal6311516066370703264540
Binary1100111001101111000011011011111011100011010110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>