#335070

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

Shades of Venice Blue #335070

Tints of Venice Blue #335070

Color information

#335070 (or 0x335070) is unknown color: approx Venice Blue. HEX triplet: 33, 50 and 70. RGB value is (51,80,112). Sum of RGB (Red+Green+Blue) = 51+80+112=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #335070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335070 is #CCAF8F. Grayscale: #4A4A4A. Windows color (decimal): -13414288 or 7360563. OLE color: 7360563.

HSL color Cylindrical-coordinate representation of color #335070: hue angle of 211.48º 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 #335070 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5180112-
CMYK0.540.2900.56
HSL211.48º37.42%31.96%-
HSV(B)211.48º54.46%43.92%-
XYZ7.167.6116.42-
YUV74.98148.89110.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.99%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=20.99%
G=32.92%
B=46.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51801120.540.2900.56211.4837.4231.96
Hex335070361D038d32520
Octal6312016066350703234540
Binary1100111010000111000011011011101011100011010011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335070; }

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

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

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

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

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

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

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

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