#365979

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

Shades of Matisse #365979

Tints of Matisse #365979

Color information

#365979 (or 0x365979) is unknown color: approx Matisse. HEX triplet: 36, 59 and 79. RGB value is (54,89,121). Sum of RGB (Red+Green+Blue) = 54+89+121=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 121 - color contains mainly: blue. Hex color #365979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365979 is #C9A686. Grayscale: #525252. Windows color (decimal): -13215367 or 7952694. OLE color: 7952694.

HSL color Cylindrical-coordinate representation of color #365979: hue angle of 208.66º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #365979 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5489121-
CMYK0.550.2600.53
HSL208.66º38.29%34.31%-
HSV(B)208.66º55.37%47.45%-
XYZ8.549.3119.44-
YUV82.18149.9107.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.45%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 121 (47.66% from 255) = 45.83%
R=20.45%
G=33.71%
B=45.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54891210.550.2600.53208.6638.2934.31
Hex365979371A035d12622
Octal6613117167320653214642
Binary1101101011001111100111011111010011010111010001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365979; }

 p { color: rgb(54,89,121); }

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

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

 a { background-color: rgb(54,89,121); }

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

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

 span { border-color: rgb(54,89,121); }

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