#314D72

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

Shades of Venice Blue #314D72

Tints of Venice Blue #314D72

Color information

#314D72 (or 0x314D72) is unknown color: approx Venice Blue. HEX triplet: 31, 4D and 72. RGB value is (49,77,114). Sum of RGB (Red+Green+Blue) = 49+77+114=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #314D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D72 is #CEB28D. Grayscale: #484848. Windows color (decimal): -13546126 or 7490865. OLE color: 7490865.

HSL color Cylindrical-coordinate representation of color #314D72: hue angle of 214.15º degrees, saturation: 0.4, 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 #314D72 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4977114-
CMYK0.570.3200.55
HSL214.15º39.88%31.96%-
HSV(B)214.15º57.02%44.71%-
XYZ6.967.1816.94-
YUV72.85151.22110.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=20.42%
G=32.08%
B=47.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49771140.570.3200.55214.1539.8831.96
Hex314D723920037d62820
Octal6111516271400673265040
Binary11000110011011110010111001100000011011111010110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314D72; }

 p { color: rgb(49,77,114); }

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

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

 a { background-color: rgb(49,77,114); }

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

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

 span { border-color: rgb(49,77,114); }

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