#354F71

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

Shades of Venice Blue #354F71

Tints of Venice Blue #354F71

Color information

#354F71 (or 0x354F71) is unknown color: approx Venice Blue. HEX triplet: 35, 4F and 71. RGB value is (53,79,113). Sum of RGB (Red+Green+Blue) = 53+79+113=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #354F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F71 is #CAB08E. Grayscale: #4A4A4A. Windows color (decimal): -13283471 or 7425845. OLE color: 7425845.

HSL color Cylindrical-coordinate representation of color #354F71: hue angle of 214º 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 #354F71 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5379113-
CMYK0.530.3000.56
HSL214º36.14%32.55%-
HSV(B)214º53.1%44.31%-
XYZ7.247.5416.7-
YUV75.1149.39112.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=21.63%
G=32.24%
B=46.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53791130.530.3000.5621436.1432.55
Hex354F71351E038d62421
Octal6511716165360703264441
Binary1101011001111111000111010111110011100011010110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354F71; }

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

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

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

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

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

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

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

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