#335877

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

Shades of Venice Blue #335877

Tints of Venice Blue #335877

Color information

#335877 (or 0x335877) is unknown color: approx Venice Blue. HEX triplet: 33, 58 and 77. RGB value is (51,88,119). Sum of RGB (Red+Green+Blue) = 51+88+119=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #335877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335877 is #CCA788. Grayscale: #505050. Windows color (decimal): -13412233 or 7821363. OLE color: 7821363.

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

Color convert

RGB5188119-
CMYK0.570.2600.53
HSL207.35º40%33.33%-
HSV(B)207.35º57.14%46.67%-
XYZ8.189.0218.76-
YUV80.47149.74106.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.77%
GREEN value IS 88 (34.77% from 255) = 34.11%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=19.77%
G=34.11%
B=46.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51881190.570.2600.53207.354033.33
Hex335877391A035cf2821
Octal6313016771320653175041
Binary1100111011000111011111100111010011010111001111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335877; }

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

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

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

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

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

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

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

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