#324F72

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

Shades of Venice Blue #324F72

Tints of Venice Blue #324F72

Color information

#324F72 (or 0x324F72) is unknown color: approx Venice Blue. HEX triplet: 32, 4F and 72. RGB value is (50,79,114). Sum of RGB (Red+Green+Blue) = 50+79+114=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #324F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F72 is #CDB08D. Grayscale: #4A4A4A. Windows color (decimal): -13480078 or 7491378. OLE color: 7491378.

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

Color convert

RGB5079114-
CMYK0.560.3100.55
HSL212.81º39.02%32.16%-
HSV(B)212.81º56.14%44.71%-
XYZ7.157.4816.99-
YUV74.32150.39110.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=20.58%
G=32.51%
B=46.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50791140.560.3100.55212.8139.0232.16
Hex324F72381F037d52720
Octal6211716270370673254740
Binary1100101001111111001011100011111011011111010101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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