#315F85

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

Shades of Matisse #315F85

Tints of Matisse #315F85

Color information

#315F85 (or 0x315F85) is unknown color: approx Matisse. HEX triplet: 31, 5F and 85. RGB value is (49,95,133). Sum of RGB (Red+Green+Blue) = 49+95+133=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #315F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315F85 is #CEA07A. Grayscale: #555555. Windows color (decimal): -13541499 or 8740657. OLE color: 8740657.

HSL color Cylindrical-coordinate representation of color #315F85: hue angle of 207.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315F85 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4995133-
CMYK0.630.2900.48
HSL207.14º46.15%35.69%-
HSV(B)207.14º63.16%52.16%-
XYZ9.5910.5323.72-
YUV85.58154.76101.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.69%
GREEN value IS 95 (37.5% from 255) = 34.30%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=17.69%
G=34.30%
B=48.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49951330.630.2900.48207.1446.1535.69
Hex315F853F1D030cf2e24
Octal6113720577350603175644
Binary11000110111111000010111111111101011000011001111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315F85; }

 p { color: rgb(49,95,133); }

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

<style>
 a { background-color: #315F85; }

 a { background-color: rgb(49,95,133); }

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

<style>
 span { border-color: #315F85; }

 span { border-color: rgb(49,95,133); }

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