#31587A

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

Shades of Venice Blue #31587A

Tints of Venice Blue #31587A

Color information

#31587A (or 0x31587A) is unknown color: approx Venice Blue. HEX triplet: 31, 58 and 7A. RGB value is (49,88,122). Sum of RGB (Red+Green+Blue) = 49+88+122=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #31587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31587A is #CEA785. Grayscale: #505050. Windows color (decimal): -13543302 or 8017969. OLE color: 8017969.

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

Color convert

RGB4988122-
CMYK0.600.2800.52
HSL207.95º42.69%33.53%-
HSV(B)207.95º59.84%47.84%-
XYZ8.279.0419.72-
YUV80.22151.58105.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 122 (48.05% from 255) = 47.10%
R=18.92%
G=33.98%
B=47.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49881220.600.2800.52207.9542.6933.53
Hex31587A3C1C034d02b22
Octal6113017274340643205342
Binary1100011011000111101011110011100011010011010000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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