#365B76

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

Shades of Matisse #365B76

Tints of Matisse #365B76

Color information

#365B76 (or 0x365B76) is unknown color: approx Matisse. HEX triplet: 36, 5B and 76. RGB value is (54,91,118). Sum of RGB (Red+Green+Blue) = 54+91+118=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #365B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B76 is #C9A489. Grayscale: #525252. Windows color (decimal): -13214858 or 7756598. OLE color: 7756598.

HSL color Cylindrical-coordinate representation of color #365B76: hue angle of 205.31º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #365B76 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5491118-
CMYK0.540.2300.54
HSL205.31º37.21%33.73%-
HSV(B)205.31º54.24%46.27%-
XYZ8.539.5718.54-
YUV83.01147.74107.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 91 (35.94% from 255) = 34.60%
BLUE value IS 118 (46.48% from 255) = 44.87%
R=20.53%
G=34.60%
B=44.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54911180.540.2300.54205.3137.2133.73
Hex365B763617036cd2522
Octal6613316666270663154542
Binary1101101011011111011011011010111011011011001101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,91,118); }

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

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

 a { background-color: rgb(54,91,118); }

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

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

 span { border-color: rgb(54,91,118); }

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