#315B83

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

Shades of Matisse #315B83

Tints of Matisse #315B83

Color information

#315B83 (or 0x315B83) is unknown color: approx Matisse. HEX triplet: 31, 5B and 83. RGB value is (49,91,131). Sum of RGB (Red+Green+Blue) = 49+91+131=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #315B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315B83 is #CEA47C. Grayscale: #525252. Windows color (decimal): -13542525 or 8608561. OLE color: 8608561.

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

Color convert

RGB4991131-
CMYK0.630.3100.49
HSL209.27º45.56%35.29%-
HSV(B)209.27º62.6%51.37%-
XYZ9.19.7722.88-
YUV83155.09103.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 131 (51.56% from 255) = 48.34%
R=18.08%
G=33.58%
B=48.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49911310.630.3100.49209.2745.5635.29
Hex315B833F1F031d12e23
Octal6113320377370613215643
Binary11000110110111000001111111111111011000111010001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,91,131); }

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

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

 a { background-color: rgb(49,91,131); }

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

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

 span { border-color: rgb(49,91,131); }

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