#345672

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

Shades of Venice Blue #345672

Tints of Venice Blue #345672

Color information

#345672 (or 0x345672) is unknown color: approx Venice Blue. HEX triplet: 34, 56 and 72. RGB value is (52,86,114). Sum of RGB (Red+Green+Blue) = 52+86+114=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #345672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345672 is #CBA98D. Grayscale: #4E4E4E. Windows color (decimal): -13347214 or 7493172. OLE color: 7493172.

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

Color convert

RGB5286114-
CMYK0.540.2500.55
HSL207.1º37.35%32.55%-
HSV(B)207.1º54.39%44.71%-
XYZ7.788.617.17-
YUV79.03147.74108.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=20.63%
G=34.13%
B=45.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52861140.540.2500.55207.137.3532.55
Hex3456723619037cf2521
Octal6412616266310673174541
Binary1101001010110111001011011011001011011111001111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345672; }

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

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

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

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

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

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

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

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