#31577B

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

Shades of Venice Blue #31577B

Tints of Venice Blue #31577B

Color information

#31577B (or 0x31577B) is unknown color: approx Venice Blue. HEX triplet: 31, 57 and 7B. RGB value is (49,87,123). Sum of RGB (Red+Green+Blue) = 49+87+123=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #31577B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31577B is #CEA884. Grayscale: #4F4F4F. Windows color (decimal): -13543557 or 8083249. OLE color: 8083249.

HSL color Cylindrical-coordinate representation of color #31577B: hue angle of 209.19º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31577B is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4987123-
CMYK0.600.2900.52
HSL209.19º43.02%33.73%-
HSV(B)209.19º60.16%48.24%-
XYZ8.258.920.02-
YUV79.74152.41106.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 87 (34.38% from 255) = 33.59%
BLUE value IS 123 (48.44% from 255) = 47.49%
R=18.92%
G=33.59%
B=47.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49871230.600.2900.52209.1943.0233.73
Hex31577B3C1D034d12b22
Octal6112717374350643215342
Binary1100011010111111101111110011101011010011010001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31577B; }

 p { color: rgb(49,87,123); }

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

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

 a { background-color: rgb(49,87,123); }

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

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

 span { border-color: rgb(49,87,123); }

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