#335171

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

Shades of Venice Blue #335171

Tints of Venice Blue #335171

Color information

#335171 (or 0x335171) is unknown color: approx Venice Blue. HEX triplet: 33, 51 and 71. RGB value is (51,81,113). Sum of RGB (Red+Green+Blue) = 51+81+113=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #335171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335171 is #CCAE8E. Grayscale: #4B4B4B. Windows color (decimal): -13414031 or 7426355. OLE color: 7426355.

HSL color Cylindrical-coordinate representation of color #335171: hue angle of 210.97º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #335171 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5181113-
CMYK0.550.2800.56
HSL210.97º37.8%32.16%-
HSV(B)210.97º54.87%44.31%-
XYZ7.297.7816.74-
YUV75.68149.06110.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=20.82%
G=33.06%
B=46.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51811130.550.2800.56210.9737.832.16
Hex335171371C038d32620
Octal6312116167340703234640
Binary1100111010001111000111011111100011100011010011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335171; }

 p { color: rgb(51,81,113); }

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

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

 a { background-color: rgb(51,81,113); }

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

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

 span { border-color: rgb(51,81,113); }

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