#355473

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

Shades of Venice Blue #355473

Tints of Venice Blue #355473

Color information

#355473 (or 0x355473) is unknown color: approx Venice Blue. HEX triplet: 35, 54 and 73. RGB value is (53,84,115). Sum of RGB (Red+Green+Blue) = 53+84+115=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #355473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355473 is #CAAB8C. Grayscale: #4E4E4E. Windows color (decimal): -13282189 or 7558197. OLE color: 7558197.

HSL color Cylindrical-coordinate representation of color #355473: hue angle of 210º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #355473 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5384115-
CMYK0.540.2700.55
HSL210º36.9%32.94%-
HSV(B)210º53.91%45.1%-
XYZ7.738.3417.42-
YUV78.26148.73109.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 115 (45.31% from 255) = 45.63%
R=21.03%
G=33.33%
B=45.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53841150.540.2700.5521036.932.94
Hex355473361B037d22521
Octal6512416366330673224541
Binary1101011010100111001111011011011011011111010010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355473; }

 p { color: rgb(53,84,115); }

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

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

 a { background-color: rgb(53,84,115); }

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

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

 span { border-color: rgb(53,84,115); }

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