Html Css Color HEX #314E73 Venice Blue

📋 copy color: '#314E73'

red 49 ◦ green 78 ◦ blue 115

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

Shades of Venice Blue #314E73

Tints of Venice Blue #314E73

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.23%

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

R = 20.25%
G = 32.23%
B = 47.52%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#314E73 (or 0x314E73) is known color: Venice Blue. HEX triplet: 31, 4E and 73. RGB value is (49,78,115). Sum of RGB (Red+Green+Blue) = 49+78+115=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #314E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E73 is #CEB18C. Grayscale: #494949. Windows color (decimal): -13545869 or 7556657. OLE color: 7556657.

HSL color Cylindrical-coordinate representation of color #314E73: hue angle of 213.64º 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 #314E73 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 78 115 -
CMYK 0.57 0.32 0 0.55
HSL 213.64º 0.4% 0.32% -
HSV(B) 213.64º 0.57% 0.45% -
XYZ 7.09 7.34 17.26 -
YUV 73.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 49 78 115 0.57 0.32 0 0.55 213.64 0.4 0.32
Hex 31 4E 73 39 20 0 37 D6 28 20
Octal 61 116 163 71 40 0 67 326 50 40
Binary 110001 1001110 1110011 111001 100000 0 110111 11010110 101000 100000

Color Harmonies of #314E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E73

Black with #314E73

Text Example


Text Example

White with #314E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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