#366284

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

Shades of Matisse #366284

Tints of Matisse #366284

Color information

#366284 (or 0x366284) is unknown color: approx Matisse. HEX triplet: 36, 62 and 84. RGB value is (54,98,132). Sum of RGB (Red+Green+Blue) = 54+98+132=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #366284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366284 is #C99D7B. Grayscale: #585858. Windows color (decimal): -13213052 or 8675894. OLE color: 8675894.

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

Color convert

RGB5498132-
CMYK0.590.2600.48
HSL206.15º41.94%36.47%-
HSV(B)206.15º59.09%51.76%-
XYZ10.0511.1923.46-
YUV88.72152.42103.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 132 (51.95% from 255) = 46.48%
R=19.01%
G=34.51%
B=46.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54981320.590.2600.48206.1541.9436.47
Hex3662843B1A030ce2a24
Octal6614220473320603165244
Binary11011011000101000010011101111010011000011001110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366284; }

 p { color: rgb(54,98,132); }

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

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

 a { background-color: rgb(54,98,132); }

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

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

 span { border-color: rgb(54,98,132); }

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