#365A78

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

Shades of Matisse #365A78

Tints of Matisse #365A78

Color information

#365A78 (or 0x365A78) is unknown color: approx Matisse. HEX triplet: 36, 5A and 78. RGB value is (54,90,120). Sum of RGB (Red+Green+Blue) = 54+90+120=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #365A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A78 is #C9A587. Grayscale: #525252. Windows color (decimal): -13215112 or 7887414. OLE color: 7887414.

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

Color convert

RGB5490120-
CMYK0.550.2500.53
HSL207.27º37.93%34.12%-
HSV(B)207.27º55%47.06%-
XYZ8.579.4519.14-
YUV82.66149.07107.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.45%
GREEN value IS 90 (35.55% from 255) = 34.09%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=20.45%
G=34.09%
B=45.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54901200.550.2500.53207.2737.9334.12
Hex365A783719035cf2622
Octal6613217067310653174642
Binary1101101011010111100011011111001011010111001111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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