#324F70

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

Shades of Venice Blue #324F70

Tints of Venice Blue #324F70

Color information

#324F70 (or 0x324F70) is unknown color: approx Venice Blue. HEX triplet: 32, 4F and 70. RGB value is (50,79,112). Sum of RGB (Red+Green+Blue) = 50+79+112=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #324F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F70 is #CDB08F. Grayscale: #494949. Windows color (decimal): -13480080 or 7360306. OLE color: 7360306.

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

Color convert

RGB5079112-
CMYK0.550.2900.56
HSL211.94º38.27%31.76%-
HSV(B)211.94º55.36%43.92%-
XYZ7.047.4416.39-
YUV74.09149.39110.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 112 (44.14% from 255) = 46.47%
R=20.75%
G=32.78%
B=46.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50791120.550.2900.56211.9438.2731.76
Hex324F70371D038d42620
Octal6211716067350703244640
Binary1100101001111111000011011111101011100011010100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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