#365F82

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

Shades of Matisse #365F82

Tints of Matisse #365F82

Color information

#365F82 (or 0x365F82) is unknown color: approx Matisse. HEX triplet: 36, 5F and 82. RGB value is (54,95,130). Sum of RGB (Red+Green+Blue) = 54+95+130=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #365F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365F82 is #C9A07D. Grayscale: #565656. Windows color (decimal): -13213822 or 8544054. OLE color: 8544054.

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

Color convert

RGB5495130-
CMYK0.580.2700.49
HSL207.63º41.3%36.08%-
HSV(B)207.63º58.46%50.98%-
XYZ9.6410.5822.65-
YUV86.73152.42104.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.35%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=19.35%
G=34.05%
B=46.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54951300.580.2700.49207.6341.336.08
Hex365F823A1B031d02924
Octal6613720272330613205144
Binary11011010111111000001011101011011011000111010000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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