#344E6F

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

Shades of Venice Blue #344E6F

Tints of Venice Blue #344E6F

Color information

#344E6F (or 0x344E6F) is unknown color: approx Venice Blue. HEX triplet: 34, 4E and 6F. RGB value is (52,78,111). Sum of RGB (Red+Green+Blue) = 52+78+111=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 111 - color contains mainly: blue. Hex color #344E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E6F is #CBB190. Grayscale: #494949. Windows color (decimal): -13349265 or 7294516. OLE color: 7294516.

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

Color convert

RGB5278111-
CMYK0.530.3000.56
HSL213.56º36.2%31.96%-
HSV(B)213.56º53.15%43.53%-
XYZ7.017.3316.08-
YUV73.99148.89112.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 78 (30.86% from 255) = 32.37%
BLUE value IS 111 (43.75% from 255) = 46.06%
R=21.58%
G=32.37%
B=46.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52781110.530.3000.56213.5636.231.96
Hex344E6F351E038d62420
Octal6411615765360703264440
Binary1101001001110110111111010111110011100011010110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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