#31506F

Color #31506F Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #31506F

Tints of Venice Blue #31506F

Color information

#31506F (or 0x31506F) is unknown color: approx Venice Blue. HEX triplet: 31, 50 and 6F. RGB value is (49,80,111). Sum of RGB (Red+Green+Blue) = 49+80+111=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #31506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31506F is #CEAF90. Grayscale: #4A4A4A. Windows color (decimal): -13545361 or 7295025. OLE color: 7295025.

HSL color Cylindrical-coordinate representation of color #31506F: hue angle of 210º 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 #31506F is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4980111-
CMYK0.560.2800.56
HSL210º38.75%31.37%-
HSV(B)210º55.86%43.53%-
XYZ77.5416.12-
YUV74.26148.73109.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 111 (43.75% from 255) = 46.25%
R=20.42%
G=33.33%
B=46.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49801110.560.2800.5621038.7531.37
Hex31506F381C038d2271f
Octal6112015770340703224737
Binary110001101000011011111110001110001110001101001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31506F;
 }
 .AnyTagClassName
 {
   color: #31506F;
 }
</style>
background-color css

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

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

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

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

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

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