#355373

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

Shades of Venice Blue #355373

Tints of Venice Blue #355373

Color information

#355373 (or 0x355373) is unknown color: approx Venice Blue. HEX triplet: 35, 53 and 73. RGB value is (53,83,115). Sum of RGB (Red+Green+Blue) = 53+83+115=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #355373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355373 is #CAAC8C. Grayscale: #4D4D4D. Windows color (decimal): -13282445 or 7557941. OLE color: 7557941.

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

Color convert

RGB5383115-
CMYK0.540.2800.55
HSL210.97º36.9%32.94%-
HSV(B)210.97º53.91%45.1%-
XYZ7.668.1817.4-
YUV77.68149.06110.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.12%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=21.12%
G=33.07%
B=45.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53831150.540.2800.55210.9736.932.94
Hex355373361C037d32521
Octal6512316366340673234541
Binary1101011010011111001111011011100011011111010011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355373; }

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

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

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

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

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

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

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

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