#316183

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

Shades of Matisse #316183

Tints of Matisse #316183

Color information

#316183 (or 0x316183) is unknown color: approx Matisse. HEX triplet: 31, 61 and 83. RGB value is (49,97,131). Sum of RGB (Red+Green+Blue) = 49+97+131=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #316183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316183 is #CE9E7C. Grayscale: #565656. Windows color (decimal): -13540989 or 8610097. OLE color: 8610097.

HSL color Cylindrical-coordinate representation of color #316183: hue angle of 204.88º 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 #316183 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4997131-
CMYK0.630.2600.49
HSL204.88º45.56%35.29%-
HSV(B)204.88º62.6%51.37%-
XYZ9.6410.8423.06-
YUV86.52153.1101.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.69%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 131 (51.56% from 255) = 47.29%
R=17.69%
G=35.02%
B=47.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49971310.630.2600.49204.8845.5635.29
Hex3161833F1A031cd2e23
Octal6114120377320613155643
Binary11000111000011000001111111111010011000111001101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316183; }

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

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

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

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

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

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

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

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