Html Css Color HEX #314E6D Venice Blue

📋 copy color: '#314E6D'

red 49 ◦ green 78 ◦ blue 109

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

Shades of Venice Blue #314E6D

Tints of Venice Blue #314E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 46.19%

R = 20.76%
G = 33.05%
B = 46.19%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#314E6D (or 0x314E6D) is known color: Venice Blue. HEX triplet: 31, 4E and 6D. RGB value is (49,78,109). Sum of RGB (Red+Green+Blue) = 49+78+109=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #314E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E6D is #CEB192. Grayscale: #484848. Windows color (decimal): -13545875 or 7163441. OLE color: 7163441.

HSL color Cylindrical-coordinate representation of color #314E6D: hue angle of 211º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #314E6D is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 78 109 -
CMYK 0.55 0.28 0 0.57
HSL 211º 0.38% 0.31% -
HSV(B) 211º 0.55% 0.43% -
XYZ 6.75 7.21 15.5 -
YUV 72.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 49 78 109 0.55 0.28 0 0.57 211 0.38 0.31
Hex 31 4E 6D 37 1C 0 39 D3 26 1F
Octal 61 116 155 67 34 0 71 323 46 37
Binary 110001 1001110 1101101 110111 11100 0 111001 11010011 100110 11111

Color Harmonies of #314E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E6D

Black with #314E6D

Text Example


Text Example

White with #314E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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