#365F84

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

Shades of Matisse #365F84

Tints of Matisse #365F84

Color information

#365F84 (or 0x365F84) is unknown color: approx Matisse. HEX triplet: 36, 5F and 84. RGB value is (54,95,132). Sum of RGB (Red+Green+Blue) = 54+95+132=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #365F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365F84 is #C9A07B. Grayscale: #565656. Windows color (decimal): -13213820 or 8675126. OLE color: 8675126.

HSL color Cylindrical-coordinate representation of color #365F84: hue angle of 208.46º 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 #365F84 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5495132-
CMYK0.590.2800.48
HSL208.46º41.94%36.47%-
HSV(B)208.46º59.09%51.76%-
XYZ9.7810.6323.37-
YUV86.96153.42104.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.22%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=19.22%
G=33.81%
B=46.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54951320.590.2800.48208.4641.9436.47
Hex365F843B1C030d02a24
Octal6613720473340603205244
Binary11011010111111000010011101111100011000011010000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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