#365874

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

Shades of Matisse #365874

Tints of Matisse #365874

Color information

#365874 (or 0x365874) is unknown color: approx Matisse. HEX triplet: 36, 58 and 74. RGB value is (54,88,116). Sum of RGB (Red+Green+Blue) = 54+88+116=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #365874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365874 is #C9A78B. Grayscale: #505050. Windows color (decimal): -13215628 or 7624758. OLE color: 7624758.

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

Color convert

RGB5488116-
CMYK0.530.2400.55
HSL207.1º36.47%33.33%-
HSV(B)207.1º53.45%45.49%-
XYZ8.169.0217.83-
YUV81.03147.74108.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.93%
GREEN value IS 88 (34.77% from 255) = 34.11%
BLUE value IS 116 (45.70% from 255) = 44.96%
R=20.93%
G=34.11%
B=44.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54881160.530.2400.55207.136.4733.33
Hex3658743518037cf2421
Octal6613016465300673174441
Binary1101101011000111010011010111000011011111001111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365874; }

 p { color: rgb(54,88,116); }

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

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

 a { background-color: rgb(54,88,116); }

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

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

 span { border-color: rgb(54,88,116); }

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