#365E78

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

Shades of Matisse #365E78

Tints of Matisse #365E78

Color information

#365E78 (or 0x365E78) is unknown color: approx Matisse. HEX triplet: 36, 5E and 78. RGB value is (54,94,120). Sum of RGB (Red+Green+Blue) = 54+94+120=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #365E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E78 is #C9A187. Grayscale: #545454. Windows color (decimal): -13214088 or 7888438. OLE color: 7888438.

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

Color convert

RGB5494120-
CMYK0.550.2200.53
HSL203.64º37.93%34.12%-
HSV(B)203.64º55%47.06%-
XYZ8.9110.1519.26-
YUV85147.75105.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 120 (47.27% from 255) = 44.78%
R=20.15%
G=35.07%
B=44.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54941200.550.2200.53203.6437.9334.12
Hex365E783716035cc2622
Octal6613617067260653144642
Binary1101101011110111100011011110110011010111001100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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