#365778

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

Shades of Matisse #365778

Tints of Matisse #365778

Color information

#365778 (or 0x365778) is unknown color: approx Matisse. HEX triplet: 36, 57 and 78. RGB value is (54,87,120). Sum of RGB (Red+Green+Blue) = 54+87+120=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #365778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365778 is #C9A887. Grayscale: #505050. Windows color (decimal): -13215880 or 7886646. OLE color: 7886646.

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

Color convert

RGB5487120-
CMYK0.550.2800.53
HSL210º37.93%34.12%-
HSV(B)210º55%47.06%-
XYZ8.328.9619.06-
YUV80.9150.07108.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.69%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=20.69%
G=33.33%
B=45.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54871200.550.2800.5321037.9334.12
Hex365778371C035d22622
Octal6612717067340653224642
Binary1101101010111111100011011111100011010111010010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365778; }

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

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

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

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

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

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

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

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