#315C84

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

Shades of Matisse #315C84

Tints of Matisse #315C84

Color information

#315C84 (or 0x315C84) is unknown color: approx Matisse. HEX triplet: 31, 5C and 84. RGB value is (49,92,132). Sum of RGB (Red+Green+Blue) = 49+92+132=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #315C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315C84 is #CEA37B. Grayscale: #535353. Windows color (decimal): -13542268 or 8674353. OLE color: 8674353.

HSL color Cylindrical-coordinate representation of color #315C84: hue angle of 208.92º 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 #315C84 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4992132-
CMYK0.630.3000.48
HSL208.92º45.86%35.49%-
HSV(B)208.92º62.88%51.76%-
XYZ9.269.9723.27-
YUV83.7155.25103.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 132 (51.95% from 255) = 48.35%
R=17.95%
G=33.70%
B=48.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49921320.630.3000.48208.9245.8635.49
Hex315C843F1E030d12e23
Octal6113420477360603215643
Binary11000110111001000010011111111110011000011010001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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