#314D70

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

Shades of Venice Blue #314D70

Tints of Venice Blue #314D70

Color information

#314D70 (or 0x314D70) is unknown color: approx Venice Blue. HEX triplet: 31, 4D and 70. RGB value is (49,77,112). Sum of RGB (Red+Green+Blue) = 49+77+112=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #314D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D70 is #CEB28F. Grayscale: #484848. Windows color (decimal): -13546128 or 7359793. OLE color: 7359793.

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

Color convert

RGB4977112-
CMYK0.560.3100.56
HSL213.33º39.13%31.57%-
HSV(B)213.33º56.25%43.92%-
XYZ6.857.1316.34-
YUV72.62150.22111.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.59%
GREEN value IS 77 (30.47% from 255) = 32.35%
BLUE value IS 112 (44.14% from 255) = 47.06%
R=20.59%
G=32.35%
B=47.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49771120.560.3100.56213.3339.1331.57
Hex314D70381F038d52720
Octal6111516070370703254740
Binary1100011001101111000011100011111011100011010101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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