#31567A

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

Shades of Venice Blue #31567A

Tints of Venice Blue #31567A

Color information

#31567A (or 0x31567A) is unknown color: approx Venice Blue. HEX triplet: 31, 56 and 7A. RGB value is (49,86,122). Sum of RGB (Red+Green+Blue) = 49+86+122=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #31567A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31567A is #CEA985. Grayscale: #4E4E4E. Windows color (decimal): -13543814 or 8017457. OLE color: 8017457.

HSL color Cylindrical-coordinate representation of color #31567A: hue angle of 209.59º 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 #31567A is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4986122-
CMYK0.600.3000.52
HSL209.59º42.69%33.53%-
HSV(B)209.59º59.84%47.84%-
XYZ8.118.7119.67-
YUV79.04152.24106.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 122 (48.05% from 255) = 47.47%
R=19.07%
G=33.46%
B=47.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49861220.600.3000.52209.5942.6933.53
Hex31567A3C1E034d22b22
Octal6112617274360643225342
Binary1100011010110111101011110011110011010011010010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31567A; }

 p { color: rgb(49,86,122); }

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

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

 a { background-color: rgb(49,86,122); }

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

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

 span { border-color: rgb(49,86,122); }

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