#365E77

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

Shades of Matisse #365E77

Tints of Matisse #365E77

Color information

#365E77 (or 0x365E77) is unknown color: approx Matisse. HEX triplet: 36, 5E and 77. RGB value is (54,94,119). Sum of RGB (Red+Green+Blue) = 54+94+119=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #365E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E77 is #C9A188. Grayscale: #545454. Windows color (decimal): -13214089 or 7822902. OLE color: 7822902.

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

Color convert

RGB5494119-
CMYK0.550.2100.53
HSL203.08º37.57%33.92%-
HSV(B)203.08º54.62%46.67%-
XYZ8.8510.1218.94-
YUV84.89147.25105.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=20.22%
G=35.21%
B=44.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54941190.550.2100.53203.0837.5733.92
Hex365E773715035cb2622
Octal6613616767250653134642
Binary1101101011110111011111011110101011010111001011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365E77; }

 p { color: rgb(54,94,119); }

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

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

 a { background-color: rgb(54,94,119); }

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

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

 span { border-color: rgb(54,94,119); }

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