Html Css Color HEX #314D72 Venice Blue

📋 copy color: '#314D72'

red 49 ◦ green 77 ◦ blue 114

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

Shades of Venice Blue #314D72

Tints of Venice Blue #314D72

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.08%

 BLUE value IS 114 (44.92% from 255) = 47.5%

R = 20.42%
G = 32.08%
B = 47.5%

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

#314D72 (or 0x314D72) is known color: Venice Blue. HEX triplet: 31, 4D and 72. RGB value is (49,77,114). Sum of RGB (Red+Green+Blue) = 49+77+114=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #314D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D72 is #CEB28D. Grayscale: #484848. Windows color (decimal): -13546126 or 7490865. OLE color: 7490865.

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

Color convert

RGB 49 77 114 -
CMYK 0.57 0.32 0 0.55
HSL 214.15º 0.4% 0.32% -
HSV(B) 214.15º 0.57% 0.45% -
XYZ 6.96 7.18 16.94 -
YUV 72.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 49 77 114 0.57 0.32 0 0.55 214.15 0.4 0.32
Hex 31 4D 72 39 20 0 37 D6 28 20
Octal 61 115 162 71 40 0 67 326 50 40
Binary 110001 1001101 1110010 111001 100000 0 110111 11010110 101000 100000

Color Harmonies of #314D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D72

Black with #314D72

Text Example


Text Example

White with #314D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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