#365F85

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

Shades of Matisse #365F85

Tints of Matisse #365F85

Color information

#365F85 (or 0x365F85) is unknown color: approx Matisse. HEX triplet: 36, 5F and 85. RGB value is (54,95,133). Sum of RGB (Red+Green+Blue) = 54+95+133=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #365F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365F85 is #C9A07A. Grayscale: #565656. Windows color (decimal): -13213819 or 8740662. OLE color: 8740662.

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

Color convert

RGB5495133-
CMYK0.590.2900.48
HSL208.86º42.25%36.67%-
HSV(B)208.86º59.4%52.16%-
XYZ9.8510.6623.73-
YUV87.07153.92104.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.15%
GREEN value IS 95 (37.5% from 255) = 33.69%
BLUE value IS 133 (52.34% from 255) = 47.16%
R=19.15%
G=33.69%
B=47.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54951330.590.2900.48208.8642.2536.67
Hex365F853B1D030d12a25
Octal6613720573350603215245
Binary11011010111111000010111101111101011000011010001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,95,133); }

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

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

 a { background-color: rgb(54,95,133); }

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

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

 span { border-color: rgb(54,95,133); }

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