#365578

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

Shades of Matisse #365578

Tints of Matisse #365578

Color information

#365578 (or 0x365578) is unknown color: approx Matisse. HEX triplet: 36, 55 and 78. RGB value is (54,85,120). Sum of RGB (Red+Green+Blue) = 54+85+120=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #365578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365578 is #C9AA87. Grayscale: #4F4F4F. Windows color (decimal): -13216392 or 7886134. OLE color: 7886134.

HSL color Cylindrical-coordinate representation of color #365578: hue angle of 211.82º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #365578 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5485120-
CMYK0.550.2900.53
HSL211.82º37.93%34.12%-
HSV(B)211.82º55%47.06%-
XYZ8.168.6419.01-
YUV79.72150.73109.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 85 (33.59% from 255) = 32.82%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=20.85%
G=32.82%
B=46.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54851200.550.2900.53211.8237.9334.12
Hex365578371D035d42622
Octal6612517067350653244642
Binary1101101010101111100011011111101011010111010100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365578; }

 p { color: rgb(54,85,120); }

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

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

 a { background-color: rgb(54,85,120); }

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

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

 span { border-color: rgb(54,85,120); }

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