#315E84

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

Shades of Matisse #315E84

Tints of Matisse #315E84

Color information

#315E84 (or 0x315E84) is unknown color: approx Matisse. HEX triplet: 31, 5E and 84. RGB value is (49,94,132). Sum of RGB (Red+Green+Blue) = 49+94+132=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #315E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315E84 is #CEA17B. Grayscale: #545454. Windows color (decimal): -13541756 or 8674865. OLE color: 8674865.

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

Color convert

RGB4994132-
CMYK0.630.2900.48
HSL207.47º45.86%35.49%-
HSV(B)207.47º62.88%51.76%-
XYZ9.4310.3223.33-
YUV84.88154.59102.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 94 (37.11% from 255) = 34.18%
BLUE value IS 132 (51.95% from 255) = 48%
R=17.82%
G=34.18%
B=48%

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
Decimal49941320.630.2900.48207.4745.8635.49
Hex315E843F1D030cf2e23
Octal6113620477350603175643
Binary11000110111101000010011111111101011000011001111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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