Html Css Color HEX #314C71 Venice Blue

📋 copy color: '#314C71'

red 49 ◦ green 76 ◦ blue 113

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

Shades of Venice Blue #314C71

Tints of Venice Blue #314C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.93%

 BLUE value IS 113 (44.53% from 255) = 47.48%

R = 20.59%
G = 31.93%
B = 47.48%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#314C71 (or 0x314C71) is known color: Venice Blue. HEX triplet: 31, 4C and 71. RGB value is (49,76,113). Sum of RGB (Red+Green+Blue) = 49+76+113=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #314C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C71 is #CEB38E. Grayscale: #474747. Windows color (decimal): -13546383 or 7425073. OLE color: 7425073.

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

Color convert

RGB 49 76 113 -
CMYK 0.57 0.33 0 0.56
HSL 214.69º 0.4% 0.32% -
HSV(B) 214.69º 0.57% 0.44% -
XYZ 6.83 7.01 16.62 -
YUV 72.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 49 76 113 0.57 0.33 0 0.56 214.69 0.4 0.32
Hex 31 4C 71 39 21 0 38 D7 28 20
Octal 61 114 161 71 41 0 70 327 50 40
Binary 110001 1001100 1110001 111001 100001 0 111000 11010111 101000 100000

Color Harmonies of #314C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C71

Black with #314C71

Text Example


Text Example

White with #314C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,76,113); }

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

background-color css

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

 a { background-color: rgb(49,76,113); }

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

border-color css

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

 span { border-color: rgb(49,76,113); }

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