#314F70

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

Shades of Venice Blue #314F70

Tints of Venice Blue #314F70

Color information

#314F70 (or 0x314F70) is unknown color: approx Venice Blue. HEX triplet: 31, 4F and 70. RGB value is (49,79,112). Sum of RGB (Red+Green+Blue) = 49+79+112=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 79 (31.25% from 255 or 32.92% 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 #314F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F70 is #CEB08F. Grayscale: #494949. Windows color (decimal): -13545616 or 7360305. OLE color: 7360305.

HSL color Cylindrical-coordinate representation of color #314F70: hue angle of 211.43º 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 #314F70 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4979112-
CMYK0.560.2900.56
HSL211.43º39.13%31.57%-
HSV(B)211.43º56.25%43.92%-
XYZ6.997.4116.39-
YUV73.79149.56110.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 79 (31.25% from 255) = 32.92%
BLUE value IS 112 (44.14% from 255) = 46.67%
R=20.42%
G=32.92%
B=46.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49791120.560.2900.56211.4339.1331.57
Hex314F70381D038d32720
Octal6111716070350703234740
Binary1100011001111111000011100011101011100011010011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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