#365878

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

Shades of Matisse #365878

Tints of Matisse #365878

Color information

#365878 (or 0x365878) is unknown color: approx Matisse. HEX triplet: 36, 58 and 78. RGB value is (54,88,120). Sum of RGB (Red+Green+Blue) = 54+88+120=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #365878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365878 is #C9A787. Grayscale: #515151. Windows color (decimal): -13215624 or 7886902. OLE color: 7886902.

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

Color convert

RGB5488120-
CMYK0.550.2700.53
HSL209.09º37.93%34.12%-
HSV(B)209.09º55%47.06%-
XYZ8.49.1219.09-
YUV81.48149.74108.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 120 (47.27% from 255) = 45.80%
R=20.61%
G=33.59%
B=45.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54881200.550.2700.53209.0937.9334.12
Hex365878371B035d12622
Octal6613017067330653214642
Binary1101101011000111100011011111011011010111010001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365878; }

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

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

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

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

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

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

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

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