#355271

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

Shades of Venice Blue #355271

Tints of Venice Blue #355271

Color information

#355271 (or 0x355271) is unknown color: approx Venice Blue. HEX triplet: 35, 52 and 71. RGB value is (53,82,113). Sum of RGB (Red+Green+Blue) = 53+82+113=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #355271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355271 is #CAAD8E. Grayscale: #4C4C4C. Windows color (decimal): -13282703 or 7426613. OLE color: 7426613.

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

Color convert

RGB5382113-
CMYK0.530.2700.56
HSL211º36.14%32.55%-
HSV(B)211º53.1%44.31%-
XYZ7.477.9816.77-
YUV76.86148.39110.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 113 (44.53% from 255) = 45.56%
R=21.37%
G=33.06%
B=45.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53821130.530.2700.5621136.1432.55
Hex355271351B038d32421
Octal6512216165330703234441
Binary1101011010010111000111010111011011100011010011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355271; }

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

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

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

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

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

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

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

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