#324E70

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

Shades of Venice Blue #324E70

Tints of Venice Blue #324E70

Color information

#324E70 (or 0x324E70) is unknown color: approx Venice Blue. HEX triplet: 32, 4E and 70. RGB value is (50,78,112). Sum of RGB (Red+Green+Blue) = 50+78+112=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #324E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E70 is #CDB18F. Grayscale: #494949. Windows color (decimal): -13480336 or 7360050. OLE color: 7360050.

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

Color convert

RGB5078112-
CMYK0.550.3000.56
HSL212.9º38.27%31.76%-
HSV(B)212.9º55.36%43.92%-
XYZ6.967.316.37-
YUV73.5149.72111.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 78 (30.86% from 255) = 32.5%
BLUE value IS 112 (44.14% from 255) = 46.67%
R=20.83%
G=32.5%
B=46.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50781120.550.3000.56212.938.2731.76
Hex324E70371E038d52620
Octal6211616067360703254640
Binary1100101001110111000011011111110011100011010101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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