#314F74

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

Shades of Venice Blue #314F74

Tints of Venice Blue #314F74

Color information

#314F74 (or 0x314F74) is unknown color: approx Venice Blue. HEX triplet: 31, 4F and 74. RGB value is (49,79,116). Sum of RGB (Red+Green+Blue) = 49+79+116=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 116 - color contains mainly: blue. Hex color #314F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F74 is #CEB08B. Grayscale: #4A4A4A. Windows color (decimal): -13545612 or 7622449. OLE color: 7622449.

HSL color Cylindrical-coordinate representation of color #314F74: hue angle of 213.13º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #314F74 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4979116-
CMYK0.580.3200.55
HSL213.13º40.61%32.35%-
HSV(B)213.13º57.76%45.49%-
XYZ7.217.5117.59-
YUV74.25151.56109.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 116 (45.70% from 255) = 47.54%
R=20.08%
G=32.38%
B=47.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49791160.580.3200.55213.1340.6132.35
Hex314F743A20037d52920
Octal6111716472400673255140
Binary11000110011111110100111010100000011011111010101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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