#314D6F

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

Shades of Venice Blue #314D6F

Tints of Venice Blue #314D6F

Color information

#314D6F (or 0x314D6F) is unknown color: approx Venice Blue. HEX triplet: 31, 4D and 6F. RGB value is (49,77,111). Sum of RGB (Red+Green+Blue) = 49+77+111=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #314D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D6F is #CEB290. Grayscale: #484848. Windows color (decimal): -13546129 or 7294257. OLE color: 7294257.

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

Color convert

RGB4977111-
CMYK0.560.3100.56
HSL212.9º38.75%31.37%-
HSV(B)212.9º55.86%43.53%-
XYZ6.797.1116.05-
YUV72.5149.72111.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.68%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 111 (43.75% from 255) = 46.84%
R=20.68%
G=32.49%
B=46.84%

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
Decimal49771110.560.3100.56212.938.7531.37
Hex314D6F381F038d5271f
Octal6111515770370703254737
Binary110001100110111011111110001111101110001101010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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