Html Css Color HEX #315573 Venice Blue

📋 copy color: '#315573'

red 49 ◦ green 85 ◦ blue 115

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

Shades of Venice Blue #315573

Tints of Venice Blue #315573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.14%

 BLUE value IS 115 (45.31% from 255) = 46.18%

R = 19.68%
G = 34.14%
B = 46.18%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#315573 (or 0x315573) is known color: Venice Blue. HEX triplet: 31, 55 and 73. RGB value is (49,85,115). Sum of RGB (Red+Green+Blue) = 49+85+115=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #315573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315573 is #CEAA8C. Grayscale: #4D4D4D. Windows color (decimal): -13544077 or 7558449. OLE color: 7558449.

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

Color convert

RGB 49 85 115 -
CMYK 0.57 0.26 0 0.55
HSL 207.27º 0.4% 0.32% -
HSV(B) 207.27º 0.57% 0.45% -
XYZ 7.61 8.39 17.44 -
YUV 77.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 49 85 115 0.57 0.26 0 0.55 207.27 0.4 0.32
Hex 31 55 73 39 1A 0 37 CF 28 20
Octal 61 125 163 71 32 0 67 317 50 40
Binary 110001 1010101 1110011 111001 11010 0 110111 11001111 101000 100000

Color Harmonies of #315573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315573

Black with #315573

Text Example


Text Example

White with #315573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315573; }

 p { color: rgb(49,85,115); }

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

background-color css

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

 a { background-color: rgb(49,85,115); }

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

border-color css

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

 span { border-color: rgb(49,85,115); }

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