#335570

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

Shades of Venice Blue #335570

Tints of Venice Blue #335570

Color information

#335570 (or 0x335570) is unknown color: approx Venice Blue. HEX triplet: 33, 55 and 70. RGB value is (51,85,112). Sum of RGB (Red+Green+Blue) = 51+85+112=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #335570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335570 is #CCAA8F. Grayscale: #4D4D4D. Windows color (decimal): -13413008 or 7361843. OLE color: 7361843.

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

Color convert

RGB5185112-
CMYK0.540.2400.56
HSL206.56º37.42%31.96%-
HSV(B)206.56º54.46%43.92%-
XYZ7.548.3716.55-
YUV77.91147.24108.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.56%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=20.56%
G=34.27%
B=45.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51851120.540.2400.56206.5637.4231.96
Hex3355703618038cf2520
Octal6312516066300703174540
Binary1100111010101111000011011011000011100011001111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335570; }

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

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

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

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

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

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

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

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