#315F84

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

Shades of Matisse #315F84

Tints of Matisse #315F84

Color information

#315F84 (or 0x315F84) is unknown color: approx Matisse. HEX triplet: 31, 5F and 84. RGB value is (49,95,132). Sum of RGB (Red+Green+Blue) = 49+95+132=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #315F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315F84 is #CEA07B. Grayscale: #555555. Windows color (decimal): -13541500 or 8675121. OLE color: 8675121.

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

Color convert

RGB4995132-
CMYK0.630.2800.48
HSL206.75º45.86%35.49%-
HSV(B)206.75º62.88%51.76%-
XYZ9.5210.523.36-
YUV85.46154.26101.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 95 (37.5% from 255) = 34.42%
BLUE value IS 132 (51.95% from 255) = 47.83%
R=17.75%
G=34.42%
B=47.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49951320.630.2800.48206.7545.8635.49
Hex315F843F1C030cf2e23
Octal6113720477340603175643
Binary11000110111111000010011111111100011000011001111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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