#345571

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

Shades of Venice Blue #345571

Tints of Venice Blue #345571

Color information

#345571 (or 0x345571) is unknown color: approx Venice Blue. HEX triplet: 34, 55 and 71. RGB value is (52,85,113). Sum of RGB (Red+Green+Blue) = 52+85+113=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #345571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345571 is #CBAA8E. Grayscale: #4E4E4E. Windows color (decimal): -13347471 or 7427380. OLE color: 7427380.

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

Color convert

RGB5285113-
CMYK0.540.2500.56
HSL207.54º36.97%32.35%-
HSV(B)207.54º53.98%44.31%-
XYZ7.658.4216.84-
YUV78.32147.57109.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=20.8%
G=34%
B=45.2%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52851130.540.2500.56207.5436.9732.35
Hex3455713619038d02520
Octal6412516166310703204540
Binary1101001010101111000111011011001011100011010000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345571; }

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

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

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

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

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

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

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

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