Html Css Color HEX #31516F Venice Blue

📋 copy color: '#31516F'

red 49 ◦ green 81 ◦ blue 111

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

Shades of Venice Blue #31516F

Tints of Venice Blue #31516F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 46.06%

R = 20.33%
G = 33.61%
B = 46.06%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#31516F (or 0x31516F) is known color: Venice Blue. HEX triplet: 31, 51 and 6F. RGB value is (49,81,111). Sum of RGB (Red+Green+Blue) = 49+81+111=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 111 - color contains mainly: blue. Hex color #31516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31516F is #CEAE90. Grayscale: #4A4A4A. Windows color (decimal): -13545105 or 7295281. OLE color: 7295281.

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

Color convert

RGB 49 81 111 -
CMYK 0.56 0.27 0 0.56
HSL 209.03º 0.39% 0.31% -
HSV(B) 209.03º 0.56% 0.44% -
XYZ 7.08 7.69 16.15 -
YUV 74.85 148.4 109.56 -
System Red Green Blue C M Y K H S L
Decimal 49 81 111 0.56 0.27 0 0.56 209.03 0.39 0.31
Hex 31 51 6F 38 1B 0 38 D1 27 1F
Octal 61 121 157 70 33 0 70 321 47 37
Binary 110001 1010001 1101111 111000 11011 0 111000 11010001 100111 11111

Color Harmonies of #31516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31516F

Black with #31516F

Text Example


Text Example

White with #31516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31516F; }

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

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

background-color css

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

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

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

border-color css

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

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

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