Html Css Color HEX #314F6D Venice Blue

📋 copy color: '#314F6D'

red 49 ◦ green 79 ◦ blue 109

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

Shades of Venice Blue #314F6D

Tints of Venice Blue #314F6D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.33%

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

R = 20.68%
G = 33.33%
B = 45.99%

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

#314F6D (or 0x314F6D) is known color: Venice Blue. HEX triplet: 31, 4F and 6D. RGB value is (49,79,109). Sum of RGB (Red+Green+Blue) = 49+79+109=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #314F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F6D is #CEB092. Grayscale: #494949. Windows color (decimal): -13545619 or 7163697. OLE color: 7163697.

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

Color convert

RGB 49 79 109 -
CMYK 0.55 0.28 0 0.57
HSL 210º 0.38% 0.31% -
HSV(B) 210º 0.55% 0.43% -
XYZ 6.82 7.35 15.53 -
YUV 73.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 49 79 109 0.55 0.28 0 0.57 210 0.38 0.31
Hex 31 4F 6D 37 1C 0 39 D2 26 1F
Octal 61 117 155 67 34 0 71 322 46 37
Binary 110001 1001111 1101101 110111 11100 0 111001 11010010 100110 11111

Color Harmonies of #314F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314F6D

Black with #314F6D

Text Example


Text Example

White with #314F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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