#31587B

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

Shades of Matisse #31587B

Tints of Matisse #31587B

Color information

#31587B (or 0x31587B) is unknown color: approx Matisse. HEX triplet: 31, 58 and 7B. RGB value is (49,88,123). Sum of RGB (Red+Green+Blue) = 49+88+123=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #31587B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31587B is #CEA784. Grayscale: #505050. Windows color (decimal): -13543301 or 8083505. OLE color: 8083505.

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

Color convert

RGB4988123-
CMYK0.600.2800.52
HSL208.38º43.02%33.73%-
HSV(B)208.38º60.16%48.24%-
XYZ8.339.0620.05-
YUV80.33152.08105.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.85%
GREEN value IS 88 (34.77% from 255) = 33.85%
BLUE value IS 123 (48.44% from 255) = 47.31%
R=18.85%
G=33.85%
B=47.31%

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
Decimal49881230.600.2800.52208.3843.0233.73
Hex31587B3C1C034d02b22
Octal6113017374340643205342
Binary1100011011000111101111110011100011010011010000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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