Html Css Color HEX #314E70 Venice Blue

📋 copy color: '#314E70'

red 49 ◦ green 78 ◦ blue 112

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

Shades of Venice Blue #314E70

Tints of Venice Blue #314E70

RGB

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

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

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

R = 20.5%
G = 32.64%
B = 46.86%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#314E70 (or 0x314E70) is known color: Venice Blue. HEX triplet: 31, 4E and 70. RGB value is (49,78,112). Sum of RGB (Red+Green+Blue) = 49+78+112=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #314E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E70 is #CEB18F. Grayscale: #494949. Windows color (decimal): -13545872 or 7360049. OLE color: 7360049.

HSL color Cylindrical-coordinate representation of color #314E70: hue angle of 212.38º 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 #314E70 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 78 112 -
CMYK 0.56 0.30 0 0.56
HSL 212.38º 0.39% 0.32% -
HSV(B) 212.38º 0.56% 0.44% -
XYZ 6.92 7.27 16.37 -
YUV 73.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 49 78 112 0.56 0.30 0 0.56 212.38 0.39 0.32
Hex 31 4E 70 38 1E 0 38 D4 27 20
Octal 61 116 160 70 36 0 70 324 47 40
Binary 110001 1001110 1110000 111000 11110 0 111000 11010100 100111 100000

Color Harmonies of #314E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E70

Black with #314E70

Text Example


Text Example

White with #314E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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