#314F6C

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

Shades of Venice Blue #314F6C

Tints of Venice Blue #314F6C

Color information

#314F6C (or 0x314F6C) is unknown color: approx Venice Blue. HEX triplet: 31, 4F and 6C. RGB value is (49,79,108). Sum of RGB (Red+Green+Blue) = 49+79+108=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #314F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F6C is #CEB093. Grayscale: #494949. Windows color (decimal): -13545620 or 7098161. OLE color: 7098161.

HSL color Cylindrical-coordinate representation of color #314F6C: hue angle of 209.49º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #314F6C is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4979108-
CMYK0.550.2700.58
HSL209.49º37.58%30.78%-
HSV(B)209.49º54.63%42.35%-
XYZ6.777.3315.24-
YUV73.34147.56110.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 108 (42.58% from 255) = 45.76%
R=20.76%
G=33.47%
B=45.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49791080.550.2700.58209.4937.5830.78
Hex314F6C371B03Ad1261f
Octal6111715467330723214637
Binary110001100111111011001101111101101110101101000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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