#345674

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

Shades of Venice Blue #345674

Tints of Venice Blue #345674

Color information

#345674 (or 0x345674) is unknown color: approx Venice Blue. HEX triplet: 34, 56 and 74. RGB value is (52,86,116). Sum of RGB (Red+Green+Blue) = 52+86+116=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: blue. Hex color #345674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345674 is #CBA98B. Grayscale: #4F4F4F. Windows color (decimal): -13347212 or 7624244. OLE color: 7624244.

HSL color Cylindrical-coordinate representation of color #345674: hue angle of 208.12º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #345674 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5286116-
CMYK0.550.2600.55
HSL208.12º38.1%32.94%-
HSV(B)208.12º55.17%45.49%-
XYZ7.98.6517.78-
YUV79.25148.74108.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.47%
GREEN value IS 86 (33.98% from 255) = 33.86%
BLUE value IS 116 (45.70% from 255) = 45.67%
R=20.47%
G=33.86%
B=45.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52861160.550.2600.55208.1238.132.94
Hex345674371A037d02621
Octal6412616467320673204641
Binary1101001010110111010011011111010011011111010000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345674; }

 p { color: rgb(52,86,116); }

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

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

 a { background-color: rgb(52,86,116); }

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

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

 span { border-color: rgb(52,86,116); }

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