#365476

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

Shades of Matisse #365476

Tints of Matisse #365476

Color information

#365476 (or 0x365476) is unknown color: approx Matisse. HEX triplet: 36, 54 and 76. RGB value is (54,84,118). Sum of RGB (Red+Green+Blue) = 54+84+118=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #365476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365476 is #C9AB89. Grayscale: #4E4E4E. Windows color (decimal): -13216650 or 7754806. OLE color: 7754806.

HSL color Cylindrical-coordinate representation of color #365476: hue angle of 211.88º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #365476 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5484118-
CMYK0.540.2900.54
HSL211.88º37.21%33.73%-
HSV(B)211.88º54.24%46.27%-
XYZ7.968.4318.35-
YUV78.91150.06110.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 118 (46.48% from 255) = 46.09%
R=21.09%
G=32.81%
B=46.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54841180.540.2900.54211.8837.2133.73
Hex365476361D036d42522
Octal6612416666350663244542
Binary1101101010100111011011011011101011011011010100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365476; }

 p { color: rgb(54,84,118); }

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

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

 a { background-color: rgb(54,84,118); }

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

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

 span { border-color: rgb(54,84,118); }

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