#335677

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

Shades of Venice Blue #335677

Tints of Venice Blue #335677

Color information

#335677 (or 0x335677) is unknown color: approx Venice Blue. HEX triplet: 33, 56 and 77. RGB value is (51,86,119). Sum of RGB (Red+Green+Blue) = 51+86+119=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #335677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335677 is #CCA988. Grayscale: #4F4F4F. Windows color (decimal): -13412745 or 7820851. OLE color: 7820851.

HSL color Cylindrical-coordinate representation of color #335677: hue angle of 209.12º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #335677 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5186119-
CMYK0.570.2800.53
HSL209.12º40%33.33%-
HSV(B)209.12º57.14%46.67%-
XYZ8.028.6918.71-
YUV79.3150.4107.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=19.92%
G=33.59%
B=46.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51861190.570.2800.53209.124033.33
Hex335677391C035d12821
Octal6312616771340653215041
Binary1100111010110111011111100111100011010111010001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335677; }

 p { color: rgb(51,86,119); }

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

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

 a { background-color: rgb(51,86,119); }

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

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

 span { border-color: rgb(51,86,119); }

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