#366483

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

Shades of Matisse #366483

Tints of Matisse #366483

Color information

#366483 (or 0x366483) is unknown color: approx Matisse. HEX triplet: 36, 64 and 83. RGB value is (54,100,131). Sum of RGB (Red+Green+Blue) = 54+100+131=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #366483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366483 is #C99B7C. Grayscale: #595959. Windows color (decimal): -13212541 or 8610870. OLE color: 8610870.

HSL color Cylindrical-coordinate representation of color #366483: hue angle of 204.16º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #366483 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB54100131-
CMYK0.590.2400.49
HSL204.16º41.62%36.27%-
HSV(B)204.16º58.78%51.37%-
XYZ10.1811.5423.16-
YUV89.78151.26102.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 131 (51.56% from 255) = 45.96%
R=18.95%
G=35.09%
B=45.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541001310.590.2400.49204.1641.6236.27
Hex3664833B18031cc2a24
Octal6614420373300613145244
Binary11011011001001000001111101111000011000111001100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366483; }

 p { color: rgb(54,100,131); }

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

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

 a { background-color: rgb(54,100,131); }

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

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

 span { border-color: rgb(54,100,131); }

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