#366484

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

Shades of Matisse #366484

Tints of Matisse #366484

Color information

#366484 (or 0x366484) is unknown color: approx Matisse. HEX triplet: 36, 64 and 84. RGB value is (54,100,132). Sum of RGB (Red+Green+Blue) = 54+100+132=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #366484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366484 is #C99B7B. Grayscale: #595959. Windows color (decimal): -13212540 or 8676406. OLE color: 8676406.

HSL color Cylindrical-coordinate representation of color #366484: hue angle of 204.62º 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 #366484 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB54100132-
CMYK0.590.2400.48
HSL204.62º41.94%36.47%-
HSV(B)204.62º59.09%51.76%-
XYZ10.2411.5623.52-
YUV89.89151.76102.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 100 (39.45% from 255) = 34.97%
BLUE value IS 132 (51.95% from 255) = 46.15%
R=18.88%
G=34.97%
B=46.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541001320.590.2400.48204.6241.9436.47
Hex3664843B18030cd2a24
Octal6614420473300603155244
Binary11011011001001000010011101111000011000011001101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366484; }

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

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

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

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

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

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

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

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