Html Css Color HEX #314F73 Venice Blue

📋 copy color: '#314F73'

red 49 ◦ green 79 ◦ blue 115

#314F73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #314F73

Tints of Venice Blue #314F73

RGB

 RED value IS 49 (19.53% from 255) = 20.16%

 GREEN value IS 79 (31.25% from 255) = 32.51%

 BLUE value IS 115 (45.31% from 255) = 47.33%

R = 20.16%
G = 32.51%
B = 47.33%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#314F73 (or 0x314F73) is known color: Venice Blue. HEX triplet: 31, 4F and 73. RGB value is (49,79,115). Sum of RGB (Red+Green+Blue) = 49+79+115=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #314F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F73 is #CEB08C. Grayscale: #494949. Windows color (decimal): -13545613 or 7556913. OLE color: 7556913.

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

Color convert

RGB 49 79 115 -
CMYK 0.57 0.31 0 0.55
HSL 212.73º 0.4% 0.32% -
HSV(B) 212.73º 0.57% 0.45% -
XYZ 7.16 7.48 17.29 -
YUV 74.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 49 79 115 0.57 0.31 0 0.55 212.73 0.4 0.32
Hex 31 4F 73 39 1F 0 37 D5 28 20
Octal 61 117 163 71 37 0 67 325 50 40
Binary 110001 1001111 1110011 111001 11111 0 110111 11010101 101000 100000

Color Harmonies of #314F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314F73

Black with #314F73

Text Example


Text Example

White with #314F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #314F73;
 }
 .AnyTagClassName
 {
   color: #314F73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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