Html Css Color HEX #315575 Venice Blue

📋 copy color: '#315575'

red 49 ◦ green 85 ◦ blue 117

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

Shades of Venice Blue #315575

Tints of Venice Blue #315575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.61%

R = 19.52%
G = 33.86%
B = 46.61%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#315575 (or 0x315575) is known color: Venice Blue. HEX triplet: 31, 55 and 75. RGB value is (49,85,117). Sum of RGB (Red+Green+Blue) = 49+85+117=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #315575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315575 is #CEAA8A. Grayscale: #4D4D4D. Windows color (decimal): -13544075 or 7689521. OLE color: 7689521.

HSL color Cylindrical-coordinate representation of color #315575: hue angle of 208.24º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #315575 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 85 117 -
CMYK 0.58 0.27 0 0.54
HSL 208.24º 0.41% 0.33% -
HSV(B) 208.24º 0.58% 0.46% -
XYZ 7.73 8.43 18.05 -
YUV 77.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 49 85 117 0.58 0.27 0 0.54 208.24 0.41 0.33
Hex 31 55 75 3A 1B 0 36 D0 29 21
Octal 61 125 165 72 33 0 66 320 51 41
Binary 110001 1010101 1110101 111010 11011 0 110110 11010000 101001 100001

Color Harmonies of #315575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315575

Black with #315575

Text Example


Text Example

White with #315575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315575; }

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

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

background-color css

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

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

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

border-color css

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

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

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