#335578

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

Shades of Venice Blue #335578

Tints of Venice Blue #335578

Color information

#335578 (or 0x335578) is unknown color: approx Venice Blue. HEX triplet: 33, 55 and 78. RGB value is (51,85,120). Sum of RGB (Red+Green+Blue) = 51+85+120=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #335578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335578 is #CCAA87. Grayscale: #4E4E4E. Windows color (decimal): -13413000 or 7886131. OLE color: 7886131.

HSL color Cylindrical-coordinate representation of color #335578: hue angle of 210.43º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #335578 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5185120-
CMYK0.580.2900.53
HSL210.43º40.35%33.53%-
HSV(B)210.43º57.5%47.06%-
XYZ88.5619-
YUV78.82151.24108.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 120 (47.27% from 255) = 46.88%
R=19.92%
G=33.20%
B=46.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51851200.580.2900.53210.4340.3533.53
Hex3355783A1D035d22822
Octal6312517072350653225042
Binary1100111010101111100011101011101011010111010010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335578; }

 p { color: rgb(51,85,120); }

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

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

 a { background-color: rgb(51,85,120); }

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

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

 span { border-color: rgb(51,85,120); }

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