#365679

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

Shades of Matisse #365679

Tints of Matisse #365679

Color information

#365679 (or 0x365679) is unknown color: approx Matisse. HEX triplet: 36, 56 and 79. RGB value is (54,86,121). Sum of RGB (Red+Green+Blue) = 54+86+121=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #365679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365679 is #C9A986. Grayscale: #505050. Windows color (decimal): -13216135 or 7951926. OLE color: 7951926.

HSL color Cylindrical-coordinate representation of color #365679: hue angle of 211.34º 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 #365679 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5486121-
CMYK0.550.2900.53
HSL211.34º38.29%34.31%-
HSV(B)211.34º55.37%47.45%-
XYZ8.38.8219.35-
YUV80.42150.9109.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.69%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 121 (47.66% from 255) = 46.36%
R=20.69%
G=32.95%
B=46.36%

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
Decimal54861210.550.2900.53211.3438.2934.31
Hex365679371D035d32622
Octal6612617167350653234642
Binary1101101010110111100111011111101011010111010011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365679; }

 p { color: rgb(54,86,121); }

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

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

 a { background-color: rgb(54,86,121); }

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

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

 span { border-color: rgb(54,86,121); }

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