Html Css Color HEX #314D70 Venice Blue

📋 copy color: '#314D70'

red 49 ◦ green 77 ◦ blue 112

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

Shades of Venice Blue #314D70

Tints of Venice Blue #314D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.06%

R = 20.59%
G = 32.35%
B = 47.06%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#314D70 (or 0x314D70) is known color: Venice Blue. HEX triplet: 31, 4D and 70. RGB value is (49,77,112). Sum of RGB (Red+Green+Blue) = 49+77+112=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #314D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D70 is #CEB28F. Grayscale: #484848. Windows color (decimal): -13546128 or 7359793. OLE color: 7359793.

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

Color convert

RGB 49 77 112 -
CMYK 0.56 0.31 0 0.56
HSL 213.33º 0.39% 0.32% -
HSV(B) 213.33º 0.56% 0.44% -
XYZ 6.85 7.13 16.34 -
YUV 72.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 49 77 112 0.56 0.31 0 0.56 213.33 0.39 0.32
Hex 31 4D 70 38 1F 0 38 D5 27 20
Octal 61 115 160 70 37 0 70 325 47 40
Binary 110001 1001101 1110000 111000 11111 0 111000 11010101 100111 100000

Color Harmonies of #314D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D70

Black with #314D70

Text Example


Text Example

White with #314D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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