#335072

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

Shades of Venice Blue #335072

Tints of Venice Blue #335072

Color information

#335072 (or 0x335072) is unknown color: approx Venice Blue. HEX triplet: 33, 50 and 72. RGB value is (51,80,114). Sum of RGB (Red+Green+Blue) = 51+80+114=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #335072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335072 is #CCAF8D. Grayscale: #4B4B4B. Windows color (decimal): -13414286 or 7491635. OLE color: 7491635.

HSL color Cylindrical-coordinate representation of color #335072: hue angle of 212.38º 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 #335072 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5180114-
CMYK0.550.3000.55
HSL212.38º38.18%32.35%-
HSV(B)212.38º55.26%44.71%-
XYZ7.277.6617.01-
YUV75.2149.89110.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=20.82%
G=32.65%
B=46.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51801140.550.3000.55212.3838.1832.35
Hex335072371E037d42620
Octal6312016267360673244640
Binary1100111010000111001011011111110011011111010100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335072; }

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

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

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

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

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

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

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

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