Html Css Color HEX #315371 Venice Blue

📋 copy color: '#315371'

red 49 ◦ green 83 ◦ blue 113

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

Shades of Venice Blue #315371

Tints of Venice Blue #315371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.88%

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

R = 20%
G = 33.88%
B = 46.12%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#315371 (or 0x315371) is known color: Venice Blue. HEX triplet: 31, 53 and 71. RGB value is (49,83,113). Sum of RGB (Red+Green+Blue) = 49+83+113=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #315371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315371 is #CEAC8E. Grayscale: #4C4C4C. Windows color (decimal): -13544591 or 7426865. OLE color: 7426865.

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

Color convert

RGB 49 83 113 -
CMYK 0.57 0.27 0 0.56
HSL 208.13º 0.4% 0.32% -
HSV(B) 208.13º 0.57% 0.44% -
XYZ 7.34 8.03 16.79 -
YUV 76.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 49 83 113 0.57 0.27 0 0.56 208.13 0.4 0.32
Hex 31 53 71 39 1B 0 38 D0 28 20
Octal 61 123 161 71 33 0 70 320 50 40
Binary 110001 1010011 1110001 111001 11011 0 111000 11010000 101000 100000

Color Harmonies of #315371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315371

Black with #315371

Text Example


Text Example

White with #315371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315371; }

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

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

background-color css

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

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

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

border-color css

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

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

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