#366582

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

Shades of Matisse #366582

Tints of Matisse #366582

Color information

#366582 (or 0x366582) is unknown color: approx Matisse. HEX triplet: 36, 65 and 82. RGB value is (54,101,130). Sum of RGB (Red+Green+Blue) = 54+101+130=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #366582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366582 is #C99A7D. Grayscale: #5A5A5A. Windows color (decimal): -13212286 or 8545590. OLE color: 8545590.

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

Color convert

RGB54101130-
CMYK0.580.2200.49
HSL202.89º41.3%36.08%-
HSV(B)202.89º58.46%50.98%-
XYZ10.211.722.84-
YUV90.25150.43102.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=18.95%
G=35.44%
B=45.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541011300.580.2200.49202.8941.336.08
Hex3665823A16031cb2924
Octal6614520272260613135144
Binary11011011001011000001011101010110011000111001011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366582; }

 p { color: rgb(54,101,130); }

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

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

 a { background-color: rgb(54,101,130); }

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

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

 span { border-color: rgb(54,101,130); }

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