Html Css Color HEX #315777 Venice Blue

📋 copy color: '#315777'

red 49 ◦ green 87 ◦ blue 119

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

Shades of Venice Blue #315777

Tints of Venice Blue #315777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.12%

 BLUE value IS 119 (46.88% from 255) = 46.67%

R = 19.22%
G = 34.12%
B = 46.67%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#315777 (or 0x315777) is known color: Venice Blue. HEX triplet: 31, 57 and 77. RGB value is (49,87,119). Sum of RGB (Red+Green+Blue) = 49+87+119=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #315777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315777 is #CEA888. Grayscale: #4F4F4F. Windows color (decimal): -13543561 or 7821105. OLE color: 7821105.

HSL color Cylindrical-coordinate representation of color #315777: hue angle of 207.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #315777 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 87 119 -
CMYK 0.59 0.27 0 0.53
HSL 207.43º 0.42% 0.33% -
HSV(B) 207.43º 0.59% 0.47% -
XYZ 8 8.8 18.73 -
YUV 79.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 49 87 119 0.59 0.27 0 0.53 207.43 0.42 0.33
Hex 31 57 77 3B 1B 0 35 CF 2A 21
Octal 61 127 167 73 33 0 65 317 52 41
Binary 110001 1010111 1110111 111011 11011 0 110101 11001111 101010 100001

Color Harmonies of #315777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315777

Black with #315777

Text Example


Text Example

White with #315777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315777; }

 p { color: rgb(49,87,119); }

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

background-color css

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

 a { background-color: rgb(49,87,119); }

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

border-color css

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

 span { border-color: rgb(49,87,119); }

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