#356584

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

Shades of Matisse #356584

Tints of Matisse #356584

Color information

#356584 (or 0x356584) is unknown color: approx Matisse. HEX triplet: 35, 65 and 84. RGB value is (53,101,132). Sum of RGB (Red+Green+Blue) = 53+101+132=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 101 (39.84% from 255 or 35.31% 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 #356584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356584 is #CA9A7B. Grayscale: #5A5A5A. Windows color (decimal): -13277820 or 8676661. OLE color: 8676661.

HSL color Cylindrical-coordinate representation of color #356584: hue angle of 203.54º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356584 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB53101132-
CMYK0.600.2300.48
HSL203.54º42.7%36.27%-
HSV(B)203.54º59.85%51.76%-
XYZ10.2911.7323.55-
YUV90.18151.6101.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.53%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 132 (51.95% from 255) = 46.15%
R=18.53%
G=35.31%
B=46.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531011320.600.2300.48203.5442.736.27
Hex3565843C17030cc2b24
Octal6514520474270603145344
Binary11010111001011000010011110010111011000011001100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356584; }

 p { color: rgb(53,101,132); }

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

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

 a { background-color: rgb(53,101,132); }

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

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

 span { border-color: rgb(53,101,132); }

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