#345570

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

Shades of Venice Blue #345570

Tints of Venice Blue #345570

Color information

#345570 (or 0x345570) is unknown color: approx Venice Blue. HEX triplet: 34, 55 and 70. RGB value is (52,85,112). Sum of RGB (Red+Green+Blue) = 52+85+112=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #345570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345570 is #CBAA8F. Grayscale: #4E4E4E. Windows color (decimal): -13347472 or 7361844. OLE color: 7361844.

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

Color convert

RGB5285112-
CMYK0.540.2400.56
HSL207º36.59%32.16%-
HSV(B)207º53.57%43.92%-
XYZ7.598.416.55-
YUV78.21147.07109.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 85 (33.59% from 255) = 34.14%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=20.88%
G=34.14%
B=44.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52851120.540.2400.5620736.5932.16
Hex3455703618038cf2520
Octal6412516066300703174540
Binary1101001010101111000011011011000011100011001111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345570; }

 p { color: rgb(52,85,112); }

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

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

 a { background-color: rgb(52,85,112); }

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

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

 span { border-color: rgb(52,85,112); }

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