#366585

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

Shades of Matisse #366585

Tints of Matisse #366585

Color information

#366585 (or 0x366585) is unknown color: approx Matisse. HEX triplet: 36, 65 and 85. RGB value is (54,101,133). Sum of RGB (Red+Green+Blue) = 54+101+133=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #366585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366585 is #C99A7A. Grayscale: #5A5A5A. Windows color (decimal): -13212283 or 8742198. OLE color: 8742198.

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

Color convert

RGB54101133-
CMYK0.590.2400.48
HSL204.3º42.25%36.67%-
HSV(B)204.3º59.4%52.16%-
XYZ10.4111.7923.92-
YUV90.6151.93101.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.75%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 133 (52.34% from 255) = 46.18%
R=18.75%
G=35.07%
B=46.18%

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
Decimal541011330.590.2400.48204.342.2536.67
Hex3665853B18030cc2a25
Octal6614520573300603145245
Binary11011011001011000010111101111000011000011001100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366585; }

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

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

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

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

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

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

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

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