Html Css Color HEX #315175 Venice Blue

📋 copy color: '#315175'

red 49 ◦ green 81 ◦ blue 117

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

Shades of Venice Blue #315175

Tints of Venice Blue #315175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.79%

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

R = 19.84%
G = 32.79%
B = 47.37%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#315175 (or 0x315175) is known color: Venice Blue. HEX triplet: 31, 51 and 75. RGB value is (49,81,117). Sum of RGB (Red+Green+Blue) = 49+81+117=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #315175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315175 is #CEAE8A. Grayscale: #4B4B4B. Windows color (decimal): -13545099 or 7688497. OLE color: 7688497.

HSL color Cylindrical-coordinate representation of color #315175: hue angle of 211.76º 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 #315175 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 81 117 -
CMYK 0.58 0.31 0 0.54
HSL 211.76º 0.41% 0.33% -
HSV(B) 211.76º 0.58% 0.46% -
XYZ 7.42 7.82 17.95 -
YUV 75.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 49 81 117 0.58 0.31 0 0.54 211.76 0.41 0.33
Hex 31 51 75 3A 1F 0 36 D4 29 21
Octal 61 121 165 72 37 0 66 324 51 41
Binary 110001 1010001 1110101 111010 11111 0 110110 11010100 101001 100001

Color Harmonies of #315175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315175

Black with #315175

Text Example


Text Example

White with #315175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315175; }

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

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

background-color css

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

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

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

border-color css

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

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

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