#365C78

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

Shades of Matisse #365C78

Tints of Matisse #365C78

Color information

#365C78 (or 0x365C78) is unknown color: approx Matisse. HEX triplet: 36, 5C and 78. RGB value is (54,92,120). Sum of RGB (Red+Green+Blue) = 54+92+120=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #365C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C78 is #C9A387. Grayscale: #535353. Windows color (decimal): -13214600 or 7887926. OLE color: 7887926.

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

Color convert

RGB5492120-
CMYK0.550.2300.53
HSL205.45º37.93%34.12%-
HSV(B)205.45º55%47.06%-
XYZ8.749.7919.2-
YUV83.83148.41106.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 92 (36.33% from 255) = 34.59%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=20.30%
G=34.59%
B=45.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54921200.550.2300.53205.4537.9334.12
Hex365C783717035cd2622
Octal6613417067270653154642
Binary1101101011100111100011011110111011010111001101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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