#355874

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

Shades of Venice Blue #355874

Tints of Venice Blue #355874

Color information

#355874 (or 0x355874) is unknown color: approx Venice Blue. HEX triplet: 35, 58 and 74. RGB value is (53,88,116). Sum of RGB (Red+Green+Blue) = 53+88+116=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #355874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355874 is #CAA78B. Grayscale: #505050. Windows color (decimal): -13281164 or 7624757. OLE color: 7624757.

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

Color convert

RGB5388116-
CMYK0.540.2400.55
HSL206.67º37.28%33.14%-
HSV(B)206.67º54.31%45.49%-
XYZ8.11917.83-
YUV80.73147.9108.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 116 (45.70% from 255) = 45.14%
R=20.62%
G=34.24%
B=45.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53881160.540.2400.55206.6737.2833.14
Hex3558743618037cf2521
Octal6513016466300673174541
Binary1101011011000111010011011011000011011111001111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355874; }

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

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

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

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

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

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

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

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