#365973

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

Shades of Matisse #365973

Tints of Matisse #365973

Color information

#365973 (or 0x365973) is unknown color: approx Matisse. HEX triplet: 36, 59 and 73. RGB value is (54,89,115). Sum of RGB (Red+Green+Blue) = 54+89+115=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #365973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365973 is #C9A68C. Grayscale: #515151. Windows color (decimal): -13215373 or 7559478. OLE color: 7559478.

HSL color Cylindrical-coordinate representation of color #365973: hue angle of 205.57º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #365973 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5489115-
CMYK0.530.2300.55
HSL205.57º36.09%33.14%-
HSV(B)205.57º53.04%45.1%-
XYZ8.199.1717.56-
YUV81.5146.9108.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.93%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 115 (45.31% from 255) = 44.57%
R=20.93%
G=34.50%
B=44.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54891150.530.2300.55205.5736.0933.14
Hex3659733517037ce2421
Octal6613116365270673164441
Binary1101101011001111001111010110111011011111001110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365973; }

 p { color: rgb(54,89,115); }

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

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

 a { background-color: rgb(54,89,115); }

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

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

 span { border-color: rgb(54,89,115); }

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