#335173

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

Shades of Venice Blue #335173

Tints of Venice Blue #335173

Color information

#335173 (or 0x335173) is unknown color: approx Venice Blue. HEX triplet: 33, 51 and 73. RGB value is (51,81,115). Sum of RGB (Red+Green+Blue) = 51+81+115=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #335173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335173 is #CCAE8C. Grayscale: #4B4B4B. Windows color (decimal): -13414029 or 7557427. OLE color: 7557427.

HSL color Cylindrical-coordinate representation of color #335173: hue angle of 211.88º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #335173 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5181115-
CMYK0.560.3000.55
HSL211.88º38.55%32.55%-
HSV(B)211.88º55.65%45.1%-
XYZ7.47.8317.34-
YUV75.91150.06110.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.65%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=20.65%
G=32.79%
B=46.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51811150.560.3000.55211.8838.5532.55
Hex335173381E037d42721
Octal6312116370360673244741
Binary1100111010001111001111100011110011011111010100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335173; }

 p { color: rgb(51,81,115); }

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

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

 a { background-color: rgb(51,81,115); }

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

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

 span { border-color: rgb(51,81,115); }

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