Html Css Color HEX #314F74 Venice Blue

📋 copy color: '#314F74'

red 49 ◦ green 79 ◦ blue 116

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

Shades of Venice Blue #314F74

Tints of Venice Blue #314F74

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.7% from 255) = 47.54%

R = 20.08%
G = 32.38%
B = 47.54%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#314F74 (or 0x314F74) is known color: 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

RGB 49 79 116 -
CMYK 0.58 0.32 0 0.55
HSL 213.13º 0.41% 0.32% -
HSV(B) 213.13º 0.58% 0.45% -
XYZ 7.21 7.51 17.59 -
YUV 74.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 49 79 116 0.58 0.32 0 0.55 213.13 0.41 0.32
Hex 31 4F 74 3A 20 0 37 D5 29 20
Octal 61 117 164 72 40 0 67 325 51 40
Binary 110001 1001111 1110100 111010 100000 0 110111 11010101 101001 100000

Color Harmonies of #314F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314F74

Black with #314F74

Text Example


Text Example

White with #314F74

Text Example


Text Example

HTML Codes & Css Web 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>