#355674

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

Shades of Venice Blue #355674

Tints of Venice Blue #355674

Color information

#355674 (or 0x355674) is unknown color: approx Venice Blue. HEX triplet: 35, 56 and 74. RGB value is (53,86,116). Sum of RGB (Red+Green+Blue) = 53+86+116=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #355674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355674 is #CAA98B. Grayscale: #4F4F4F. Windows color (decimal): -13281676 or 7624245. OLE color: 7624245.

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

Color convert

RGB5386116-
CMYK0.540.2600.55
HSL208.57º37.28%33.14%-
HSV(B)208.57º54.31%45.49%-
XYZ7.958.6717.78-
YUV79.55148.57109.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 86 (33.98% from 255) = 33.73%
BLUE value IS 116 (45.70% from 255) = 45.49%
R=20.78%
G=33.73%
B=45.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53861160.540.2600.55208.5737.2833.14
Hex355674361A037d12521
Octal6512616466320673214541
Binary1101011010110111010011011011010011011111010001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355674; }

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

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

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

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

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

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

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

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