#335476

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

Shades of Venice Blue #335476

Tints of Venice Blue #335476

Color information

#335476 (or 0x335476) is unknown color: approx Venice Blue. HEX triplet: 33, 54 and 76. RGB value is (51,84,118). Sum of RGB (Red+Green+Blue) = 51+84+118=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #335476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335476 is #CCAB89. Grayscale: #4D4D4D. Windows color (decimal): -13413258 or 7754803. OLE color: 7754803.

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

Color convert

RGB5184118-
CMYK0.570.2900.54
HSL210.45º39.64%33.14%-
HSV(B)210.45º56.78%46.27%-
XYZ7.818.3518.34-
YUV78.01150.57108.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=20.16%
G=33.20%
B=46.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51841180.570.2900.54210.4539.6433.14
Hex335476391D036d22821
Octal6312416671350663225041
Binary1100111010100111011011100111101011011011010010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335476; }

 p { color: rgb(51,84,118); }

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

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

 a { background-color: rgb(51,84,118); }

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

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

 span { border-color: rgb(51,84,118); }

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