#334E6F

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

Shades of Venice Blue #334E6F

Tints of Venice Blue #334E6F

Color information

#334E6F (or 0x334E6F) is unknown color: approx Venice Blue. HEX triplet: 33, 4E and 6F. RGB value is (51,78,111). Sum of RGB (Red+Green+Blue) = 51+78+111=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #334E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E6F is #CCB190. Grayscale: #494949. Windows color (decimal): -13414801 or 7294515. OLE color: 7294515.

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

Color convert

RGB5178111-
CMYK0.540.3000.56
HSL213º37.04%31.76%-
HSV(B)213º54.05%43.53%-
XYZ6.967.316.08-
YUV73.69149.05111.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.25%
GREEN value IS 78 (30.86% from 255) = 32.5%
BLUE value IS 111 (43.75% from 255) = 46.25%
R=21.25%
G=32.5%
B=46.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51781110.540.3000.5621337.0431.76
Hex334E6F361E038d52520
Octal6311615766360703254540
Binary1100111001110110111111011011110011100011010101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #334E6F;
 }
 .AnyTagClassName
 {
   color: #334E6F;
 }
</style>
background-color css

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

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

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

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

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

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