#335777

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

Shades of Venice Blue #335777

Tints of Venice Blue #335777

Color information

#335777 (or 0x335777) is unknown color: approx Venice Blue. HEX triplet: 33, 57 and 77. RGB value is (51,87,119). Sum of RGB (Red+Green+Blue) = 51+87+119=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #335777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335777 is #CCA888. Grayscale: #4F4F4F. Windows color (decimal): -13412489 or 7821107. OLE color: 7821107.

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

Color convert

RGB5187119-
CMYK0.570.2700.53
HSL208.24º40%33.33%-
HSV(B)208.24º57.14%46.67%-
XYZ8.18.8518.73-
YUV79.88150.07107.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.84%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=19.84%
G=33.85%
B=46.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51871190.570.2700.53208.244033.33
Hex335777391B035d02821
Octal6312716771330653205041
Binary1100111010111111011111100111011011010111010000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335777; }

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

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

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

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

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

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

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

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