#31557A

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

Shades of Venice Blue #31557A

Tints of Venice Blue #31557A

Color information

#31557A (or 0x31557A) is unknown color: approx Venice Blue. HEX triplet: 31, 55 and 7A. RGB value is (49,85,122). Sum of RGB (Red+Green+Blue) = 49+85+122=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #31557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31557A is #CEAA85. Grayscale: #4E4E4E. Windows color (decimal): -13544070 or 8017201. OLE color: 8017201.

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

Color convert

RGB4985122-
CMYK0.600.3000.52
HSL210.41º42.69%33.53%-
HSV(B)210.41º59.84%47.84%-
XYZ8.038.5619.64-
YUV78.45152.57106.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.14%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 122 (48.05% from 255) = 47.66%
R=19.14%
G=33.20%
B=47.66%

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
Decimal49851220.600.3000.52210.4142.6933.53
Hex31557A3C1E034d22b22
Octal6112517274360643225342
Binary1100011010101111101011110011110011010011010010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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