#355671

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

Shades of Venice Blue #355671

Tints of Venice Blue #355671

Color information

#355671 (or 0x355671) is unknown color: approx Venice Blue. HEX triplet: 35, 56 and 71. RGB value is (53,86,113). Sum of RGB (Red+Green+Blue) = 53+86+113=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #355671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355671 is #CAA98E. Grayscale: #4F4F4F. Windows color (decimal): -13281679 or 7427637. OLE color: 7427637.

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

Color convert

RGB5386113-
CMYK0.530.2400.56
HSL207º36.14%32.55%-
HSV(B)207º53.1%44.31%-
XYZ7.788.616.87-
YUV79.21147.07109.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=21.03%
G=34.13%
B=44.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53861130.530.2400.5620736.1432.55
Hex3556713518038cf2421
Octal6512616165300703174441
Binary1101011010110111000111010111000011100011001111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355671; }

 p { color: rgb(53,86,113); }

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

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

 a { background-color: rgb(53,86,113); }

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

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

 span { border-color: rgb(53,86,113); }

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