#355574

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

Shades of Venice Blue #355574

Tints of Venice Blue #355574

Color information

#355574 (or 0x355574) is unknown color: approx Venice Blue. HEX triplet: 35, 55 and 74. RGB value is (53,85,116). Sum of RGB (Red+Green+Blue) = 53+85+116=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: blue. Hex color #355574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355574 is #CAAA8B. Grayscale: #4E4E4E. Windows color (decimal): -13281932 or 7623989. OLE color: 7623989.

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

Color convert

RGB5385116-
CMYK0.540.2700.55
HSL209.52º37.28%33.14%-
HSV(B)209.52º54.31%45.49%-
XYZ7.878.5117.75-
YUV78.97148.9109.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.87%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 116 (45.70% from 255) = 45.67%
R=20.87%
G=33.46%
B=45.67%

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
Decimal53851160.540.2700.55209.5237.2833.14
Hex355574361B037d22521
Octal6512516466330673224541
Binary1101011010101111010011011011011011011111010010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355574; }

 p { color: rgb(53,85,116); }

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

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

 a { background-color: rgb(53,85,116); }

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

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

 span { border-color: rgb(53,85,116); }

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