#355873

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

Shades of Venice Blue #355873

Tints of Venice Blue #355873

Color information

#355873 (or 0x355873) is unknown color: approx Venice Blue. HEX triplet: 35, 58 and 73. RGB value is (53,88,115). Sum of RGB (Red+Green+Blue) = 53+88+115=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #355873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355873 is #CAA78C. Grayscale: #505050. Windows color (decimal): -13281165 or 7559221. OLE color: 7559221.

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

Color convert

RGB5388115-
CMYK0.540.2300.55
HSL206.13º36.9%32.94%-
HSV(B)206.13º53.91%45.1%-
XYZ8.058.9717.53-
YUV80.61147.4108.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 88 (34.77% from 255) = 34.38%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=20.70%
G=34.38%
B=44.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53881150.540.2300.55206.1336.932.94
Hex3558733617037ce2521
Octal6513016366270673164541
Binary1101011011000111001111011010111011011111001110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355873; }

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

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

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

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

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

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

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

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