#365777

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

Shades of Matisse #365777

Tints of Matisse #365777

Color information

#365777 (or 0x365777) is unknown color: approx Matisse. HEX triplet: 36, 57 and 77. RGB value is (54,87,119). Sum of RGB (Red+Green+Blue) = 54+87+119=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #365777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365777 is #C9A888. Grayscale: #505050. Windows color (decimal): -13215881 or 7821110. OLE color: 7821110.

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

Color convert

RGB5487119-
CMYK0.550.2700.53
HSL209.54º37.57%33.92%-
HSV(B)209.54º54.62%46.67%-
XYZ8.268.9318.74-
YUV80.78149.57108.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.77%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 119 (46.88% from 255) = 45.77%
R=20.77%
G=33.46%
B=45.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54871190.550.2700.53209.5437.5733.92
Hex365777371B035d22622
Octal6612716767330653224642
Binary1101101010111111011111011111011011010111010010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365777; }

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

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

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

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

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

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

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

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