Html Css Color HEX #315170 Venice Blue

📋 copy color: '#315170'

red 49 ◦ green 81 ◦ blue 112

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

Shades of Venice Blue #315170

Tints of Venice Blue #315170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.28%

R = 20.25%
G = 33.47%
B = 46.28%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#315170 (or 0x315170) is known color: Venice Blue. HEX triplet: 31, 51 and 70. RGB value is (49,81,112). Sum of RGB (Red+Green+Blue) = 49+81+112=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #315170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315170 is #CEAE8F. Grayscale: #4A4A4A. Windows color (decimal): -13545104 or 7360817. OLE color: 7360817.

HSL color Cylindrical-coordinate representation of color #315170: hue angle of 209.52º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #315170 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 81 112 -
CMYK 0.56 0.28 0 0.56
HSL 209.52º 0.39% 0.32% -
HSV(B) 209.52º 0.56% 0.44% -
XYZ 7.13 7.71 16.44 -
YUV 74.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 49 81 112 0.56 0.28 0 0.56 209.52 0.39 0.32
Hex 31 51 70 38 1C 0 38 D2 27 20
Octal 61 121 160 70 34 0 70 322 47 40
Binary 110001 1010001 1110000 111000 11100 0 111000 11010010 100111 100000

Color Harmonies of #315170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315170

Black with #315170

Text Example


Text Example

White with #315170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315170; }

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

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

background-color css

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

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

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

border-color css

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

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

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