#365B83

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

Shades of Matisse #365B83

Tints of Matisse #365B83

Color information

#365B83 (or 0x365B83) is unknown color: approx Matisse. HEX triplet: 36, 5B and 83. RGB value is (54,91,131). Sum of RGB (Red+Green+Blue) = 54+91+131=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #365B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365B83 is #C9A47C. Grayscale: #545454. Windows color (decimal): -13214845 or 8608566. OLE color: 8608566.

HSL color Cylindrical-coordinate representation of color #365B83: hue angle of 211.17º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #365B83 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5491131-
CMYK0.590.3100.49
HSL211.17º41.62%36.27%-
HSV(B)211.17º58.78%51.37%-
XYZ9.369.9122.89-
YUV84.5154.24106.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.57%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 131 (51.56% from 255) = 47.46%
R=19.57%
G=32.97%
B=47.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54911310.590.3100.49211.1741.6236.27
Hex365B833B1F031d32a24
Octal6613320373370613235244
Binary11011010110111000001111101111111011000111010011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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