#365A77

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

Shades of Matisse #365A77

Tints of Matisse #365A77

Color information

#365A77 (or 0x365A77) is unknown color: approx Matisse. HEX triplet: 36, 5A and 77. RGB value is (54,90,119). Sum of RGB (Red+Green+Blue) = 54+90+119=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #365A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A77 is #C9A588. Grayscale: #525252. Windows color (decimal): -13215113 or 7821878. OLE color: 7821878.

HSL color Cylindrical-coordinate representation of color #365A77: hue angle of 206.77º 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 #365A77 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5490119-
CMYK0.550.2400.53
HSL206.77º37.57%33.92%-
HSV(B)206.77º54.62%46.67%-
XYZ8.519.4318.82-
YUV82.54148.57107.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 90 (35.55% from 255) = 34.22%
BLUE value IS 119 (46.88% from 255) = 45.25%
R=20.53%
G=34.22%
B=45.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54901190.550.2400.53206.7737.5733.92
Hex365A773718035cf2622
Octal6613216767300653174642
Binary1101101011010111011111011111000011010111001111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365A77; }

 p { color: rgb(54,90,119); }

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

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

 a { background-color: rgb(54,90,119); }

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

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

 span { border-color: rgb(54,90,119); }

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