#365B84

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

Shades of Matisse #365B84

Tints of Matisse #365B84

Color information

#365B84 (or 0x365B84) is unknown color: approx Matisse. HEX triplet: 36, 5B and 84. RGB value is (54,91,132). Sum of RGB (Red+Green+Blue) = 54+91+132=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #365B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365B84 is #C9A47B. Grayscale: #545454. Windows color (decimal): -13214844 or 8674102. OLE color: 8674102.

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

Color convert

RGB5491132-
CMYK0.590.3100.48
HSL211.54º41.94%36.47%-
HSV(B)211.54º59.09%51.76%-
XYZ9.439.9323.25-
YUV84.61154.74106.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 91 (35.94% from 255) = 32.85%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=19.49%
G=32.85%
B=47.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54911320.590.3100.48211.5441.9436.47
Hex365B843B1F030d42a24
Octal6613320473370603245244
Binary11011010110111000010011101111111011000011010100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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