#366288

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

Shades of Matisse #366288

Tints of Matisse #366288

Color information

#366288 (or 0x366288) is unknown color: approx Matisse. HEX triplet: 36, 62 and 88. RGB value is (54,98,136). Sum of RGB (Red+Green+Blue) = 54+98+136=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #366288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366288 is #C99D77. Grayscale: #585858. Windows color (decimal): -13213048 or 8938038. OLE color: 8938038.

HSL color Cylindrical-coordinate representation of color #366288: hue angle of 207.8º 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 #366288 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5498136-
CMYK0.600.2800.47
HSL207.8º43.16%37.25%-
HSV(B)207.8º60.29%53.33%-
XYZ10.3311.324.93-
YUV89.18154.42102.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.75%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 136 (53.52% from 255) = 47.22%
R=18.75%
G=34.03%
B=47.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54981360.600.2800.47207.843.1637.25
Hex3662883C1C02Fd02b25
Octal6614221074340573205345
Binary11011011000101000100011110011100010111111010000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366288; }

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

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

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

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

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

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

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

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