#365876

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

Shades of Matisse #365876

Tints of Matisse #365876

Color information

#365876 (or 0x365876) is unknown color: approx Matisse. HEX triplet: 36, 58 and 76. RGB value is (54,88,118). Sum of RGB (Red+Green+Blue) = 54+88+118=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #365876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365876 is #C9A789. Grayscale: #515151. Windows color (decimal): -13215626 or 7755830. OLE color: 7755830.

HSL color Cylindrical-coordinate representation of color #365876: hue angle of 208.12º 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 #365876 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5488118-
CMYK0.540.2500.54
HSL208.12º37.21%33.73%-
HSV(B)208.12º54.24%46.27%-
XYZ8.289.0718.45-
YUV81.25148.74108.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.77%
GREEN value IS 88 (34.77% from 255) = 33.85%
BLUE value IS 118 (46.48% from 255) = 45.38%
R=20.77%
G=33.85%
B=45.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54881180.540.2500.54208.1237.2133.73
Hex3658763619036d02522
Octal6613016666310663204542
Binary1101101011000111011011011011001011011011010000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365876; }

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

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

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

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

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

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

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

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