#324F73

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

Shades of Venice Blue #324F73

Tints of Venice Blue #324F73

Color information

#324F73 (or 0x324F73) is unknown color: approx Venice Blue. HEX triplet: 32, 4F and 73. RGB value is (50,79,115). Sum of RGB (Red+Green+Blue) = 50+79+115=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #324F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F73 is #CDB08C. Grayscale: #4A4A4A. Windows color (decimal): -13480077 or 7556914. OLE color: 7556914.

HSL color Cylindrical-coordinate representation of color #324F73: hue angle of 213.23º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #324F73 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5079115-
CMYK0.570.3100.55
HSL213.23º39.39%32.35%-
HSV(B)213.23º56.52%45.1%-
XYZ7.217.5117.29-
YUV74.43150.89110.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.49%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=20.49%
G=32.38%
B=47.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50791150.570.3100.55213.2339.3932.35
Hex324F73391F037d52720
Octal6211716371370673254740
Binary1100101001111111001111100111111011011111010101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324F73; }

 p { color: rgb(50,79,115); }

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

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

 a { background-color: rgb(50,79,115); }

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

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

 span { border-color: rgb(50,79,115); }

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