#366088

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

Shades of Matisse #366088

Tints of Matisse #366088

Color information

#366088 (or 0x366088) is unknown color: approx Matisse. HEX triplet: 36, 60 and 88. RGB value is (54,96,136). Sum of RGB (Red+Green+Blue) = 54+96+136=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #366088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366088 is #C99F77. Grayscale: #575757. Windows color (decimal): -13213560 or 8937526. OLE color: 8937526.

HSL color Cylindrical-coordinate representation of color #366088: hue angle of 209.27º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #366088 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5496136-
CMYK0.600.2900.47
HSL209.27º43.16%37.25%-
HSV(B)209.27º60.29%53.33%-
XYZ10.1510.9324.87-
YUV88155.09103.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 136 (53.52% from 255) = 47.55%
R=18.88%
G=33.57%
B=47.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54961360.600.2900.47209.2743.1637.25
Hex3660883C1D02Fd12b25
Octal6614021074350573215345
Binary11011011000001000100011110011101010111111010001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366088; }

 p { color: rgb(54,96,136); }

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

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

 a { background-color: rgb(54,96,136); }

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

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

 span { border-color: rgb(54,96,136); }

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