#335772

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

Shades of Venice Blue #335772

Tints of Venice Blue #335772

Color information

#335772 (or 0x335772) is unknown color: approx Venice Blue. HEX triplet: 33, 57 and 72. RGB value is (51,87,114). Sum of RGB (Red+Green+Blue) = 51+87+114=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #335772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335772 is #CCA88D. Grayscale: #4F4F4F. Windows color (decimal): -13412494 or 7493427. OLE color: 7493427.

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

Color convert

RGB5187114-
CMYK0.550.2400.55
HSL205.71º38.18%32.35%-
HSV(B)205.71º55.26%44.71%-
XYZ7.818.7417.19-
YUV79.31147.57107.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=20.24%
G=34.52%
B=45.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51871140.550.2400.55205.7138.1832.35
Hex3357723718037ce2620
Octal6312716267300673164640
Binary1100111010111111001011011111000011011111001110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335772; }

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

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

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

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

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

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

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

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