Html Css Color HEX #315774 Venice Blue

📋 copy color: '#315774'

red 49 ◦ green 87 ◦ blue 116

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

Shades of Venice Blue #315774

Tints of Venice Blue #315774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.03%

R = 19.44%
G = 34.52%
B = 46.03%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#315774 (or 0x315774) is known color: Venice Blue. HEX triplet: 31, 57 and 74. RGB value is (49,87,116). Sum of RGB (Red+Green+Blue) = 49+87+116=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #315774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315774 is #CEA88B. Grayscale: #4E4E4E. Windows color (decimal): -13543564 or 7624497. OLE color: 7624497.

HSL color Cylindrical-coordinate representation of color #315774: hue angle of 205.97º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #315774 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 87 116 -
CMYK 0.58 0.25 0 0.55
HSL 205.97º 0.41% 0.32% -
HSV(B) 205.97º 0.58% 0.45% -
XYZ 7.83 8.73 17.8 -
YUV 78.94 148.91 106.64 -
System Red Green Blue C M Y K H S L
Decimal 49 87 116 0.58 0.25 0 0.55 205.97 0.41 0.32
Hex 31 57 74 3A 19 0 37 CE 29 20
Octal 61 127 164 72 31 0 67 316 51 40
Binary 110001 1010111 1110100 111010 11001 0 110111 11001110 101001 100000

Color Harmonies of #315774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315774

Black with #315774

Text Example


Text Example

White with #315774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315774; }

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

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

background-color css

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

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

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

border-color css

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

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

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